aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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