diff options
-rw-r--r-- | docs/installing/manual_install.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 1ddbe984e..d6601aa76 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -231,13 +231,11 @@ Some of the files also have a version number listed in config/packages - check that you have appropriate versions installed. Some also list "`|`" and offer a choice of packages. -## Install Ruby dependencies - To install Alaveteli's Ruby dependencies, you need to install bundler. In -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: +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: - gem install bundler + gem install bundler --no-rdoc --no-ri ## Configure Database |