Commit d50a69c45909c358cfc510535f8bcbfa93cde90f
Exists in
master
and in
1 other branch
Merge pull request #732 from corin12355/patch-1
Update README to add other deps
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
| @@ -103,10 +103,10 @@ apt-get update | @@ -103,10 +103,10 @@ apt-get update | ||
| 103 | apt-get install mongodb-10gen | 103 | apt-get install mongodb-10gen |
| 104 | ``` | 104 | ``` |
| 105 | 105 | ||
| 106 | - * Install libxml and libcurl | 106 | + * Install libxml, libzip, libssl and libcurl |
| 107 | 107 | ||
| 108 | ```bash | 108 | ```bash |
| 109 | -apt-get install libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev | 109 | +apt-get install libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libzip-dev libssl-dev |
| 110 | ``` | 110 | ``` |
| 111 | 111 | ||
| 112 | * Install Bundler | 112 | * Install Bundler |