aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-19 12:09:58 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:21 +0100
commit2c19f1f33ad5a5de419bb4693364d51f188c18ff (patch)
tree6a4052ffe4edef3b6987d8dfc94f8ea5478cdbcb /docs/installing
parent0efb967cabce8269b787f50b91ec364263173d36 (diff)
Make clearer that gem install of bundler is not on default path.
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/manual_install.md11
1 files changed, 8 insertions, 3 deletions
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
+<div class="attention-box">
+
+<strong>Note:</strong> 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:
+
+ <pre><code> gem install bundler --no-rdoc --no-ri</code></pre>
+
+</div>
- gem install bundler --no-rdoc --no-ri
## Configure Database