Commit ac3b856b1b09ea1045dc3689a96c369a26f91dd6

Authored by Corin Simpson-Bryars
1 parent 514633bf
Exists in master and in 1 other branch production

Update README to add other deps

When installing the app from a fresh debian install I noticed that bundler errored out due to it missing these two dependencies.
It's an obvious fix once you hit the error but just popping this here as it's a simple update.
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
... ...