aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-05-14 14:09:54 +0100
committerGareth Rees <gareth@mysociety.org>2014-05-14 14:28:12 +0100
commit634bb8784d38e388e72ea73f6174238a894d564e (patch)
treeffd7b5c7c797c1a4e2fdac19df2ef98878493b43
parent4f34549747bb5d6f261fb164ecb5fba273039ec9 (diff)
Use symlinked gem instead of gem1.8
Seems to be the canonical source on both Debian and Ubuntu
-rw-r--r--installing/manual_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md
index 4a8f81340..b6fc808b2 100644
--- a/installing/manual_install.md
+++ b/installing/manual_install.md
@@ -103,7 +103,7 @@ To install Alaveteli's Ruby dependencies, you need to install bundler. In
Debian, this is provided as a package (installed as part of the package install
process above). You could also install it as a gem:
- sudo gem1.8 install bundler
+ sudo gem install bundler
### Packages customised by mySociety