diff options
author | elijah <elijah@riseup.net> | 2016-01-10 13:57:09 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-10 13:57:09 -0800 |
commit | 1cd52015a2dcac610405fd163e1dca5a8d736add (patch) | |
tree | db939adbf4a10c21b2ccde17fa8c5c611ed71c5e /README.md | |
parent | 23f3b872a83fe068fd32500db1ee4b112176ca7f (diff) |
minor update to docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -67,7 +67,9 @@ these instructions: ### Install system requirements - sudo apt-get install git ruby1.9.3 rubygems couchdb bundler + sudo apt install git ruby couchdb bundler + +Your actual requirements might differ if you are running an older OS that defaults to ruby 1.9. ### Download source |