diff options
author | Fredrick Galoso <fred@wayoutmind.com> | 2010-10-16 13:22:02 -0500 |
---|---|---|
committer | Fredrick Galoso <fred@wayoutmind.com> | 2010-10-16 13:22:02 -0500 |
commit | daf6bdcfe7d2d4eb2f69083973751ff85bb63a3d (patch) | |
tree | f83d8037943a58880cf193e63a8087fcf8d35779 | |
parent | ca38a7a580cca8ede9f8f1db4eb447ef0994d6b3 (diff) |
fixed command for installing prerequisites on Ubuntu
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ BigCouch has the same dependencies as CouchDB: #### Installing prerequisites on Ubuntu - sudo apt-get install erlang libicu42 lbicu-dev libcurl4-openssl-dev + sudo apt-get install erlang libicu42 libicu-dev libcurl4-openssl-dev To install Spidermonkey 1.9.2 from PPA: |