diff options
author | Azul <azul@riseup.net> | 2012-11-02 19:46:36 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2012-11-02 19:46:36 +0100 |
commit | cb0ac8a9fac97341f86335ff713be8d7cb5e5e67 (patch) | |
tree | 4185622dcf218295944010a2a717edabfce8fcf3 | |
parent | fc625a54eb5c54cecb5331811ff482df12b7c059 (diff) |
minor: it's gem install bundler
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,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 gem bundler + 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``. |