Commit 441e9065a0bca6daa1cededca6793da70dafcc42

Authored by Masha Sulimenko
1 parent b8070297
Exists in master and in 1 other branch production

Added libcurl dependency to README, fixed mongodb installation instructions.

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
README.md
... ... @@ -37,12 +37,12 @@ for you. Checkout [Hoptoad](http://hoptoadapp.com) from the guys over at
37 37  
38 38 1. Install MongoDB. Follow the directions [here](http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages), then:
39 39  
40   - aptitude update
41   - aptitude install mongodb
  40 + apt-get update
  41 + apt-get install mongodb
42 42  
43   - 2. Install libxml
  43 + 2. Install libxml and libcurl
44 44  
45   - apt-get install libxml2 libxml2-dev libxslt-dev
  45 + apt-get install libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev
46 46  
47 47 3. Install Bundler
48 48  
... ... @@ -152,3 +152,4 @@ Copyright
152 152 ---------
153 153  
154 154 Copyright (c) 2010 Jared Pace. See LICENSE for details.
  155 +
... ...