diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-18 15:52:52 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:36:42 +0100 |
commit | e43bc11480cbfe6480de81c6390500cb2f82171e (patch) | |
tree | ed32bbe6ab483d48c4fb5ec1a23b90fe593fbc29 | |
parent | 28a86232ef2dd708a8a48d0f5a2afb645ed2165b (diff) |
Remove unneeded heading
“Install Ruby Dependencies” sounds like it’s going to install
Alaveteli’s Gemfile, and we now have a solution for installing
bundler from packages anyway.
-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 |