Commit d50a69c45909c358cfc510535f8bcbfa93cde90f

Authored by Stephen Crosby
2 parents 514633bf ac3b856b
Exists in master and in 1 other branch production

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 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 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 112 * Install Bundler
... ...