diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-07 18:14:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-08 12:25:12 +0100 |
commit | 4e77f18c28876ca338dad7fe2d8c06d8725abd81 (patch) | |
tree | 4e329fec700a71e603b678b14c675dd13f29a275 | |
parent | 266303c2f470d782e236caac487efb322a77c238 (diff) |
We're backporting bundler for Ubuntu.
Update the instructions to reflect that.
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 6b1c24534..fdb836d37 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -217,7 +217,7 @@ choice of packages. ## Install Ruby dependencies To install Alaveteli's Ruby dependencies, you need to install bundler. In -Debian, this is provided as a package (installed as part of the package install +Debian and Ubuntu, this is provided as a package (installed as part of the package install process above). You could also install it as a gem: sudo gem install bundler |