diff options
author | Azul <azul@leap.se> | 2013-11-10 21:13:31 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-11-10 21:13:31 +0100 |
commit | 8c19b447dec3982107f93ea1ae2626f844045249 (patch) | |
tree | 062f63ad1d0c87a5c57504a84ff3620f1a6088a3 /README.md | |
parent | d4f835662fac2d9dca705b5cba2e207562dec833 (diff) |
update readme to require ruby 1.9.3 instead of 1.8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Typically, this application is installed automatically as part of the LEAP Platf ### Install system requirements - sudo apt-get install git ruby1.8 rubygems1.8 couchdb + sudo apt-get install git ruby1.9.3 rubygems couchdb sudo gem install bundler On Debian Wheezy or later, there is a Debian package for bundler, so you can alternately run ``sudo apt-get install bundler``. |