From 2c19f1f33ad5a5de419bb4693364d51f188c18ff Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Aug 2014 12:09:58 +0100 Subject: Make clearer that gem install of bundler is not on default path. --- docs/installing/manual_install.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 0721bd104..a96f51596 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -262,11 +262,16 @@ 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. -To install Alaveteli's Ruby dependencies, you need to install bundler. In +
+ +Note: 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: +package install process above). For other OSes, you could also install it as a gem: + +
 gem install bundler --no-rdoc --no-ri
+ +
- gem install bundler --no-rdoc --no-ri ## Configure Database -- cgit v1.2.3