diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:09:54 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:28:12 +0100 |
commit | 634bb8784d38e388e72ea73f6174238a894d564e (patch) | |
tree | ffd7b5c7c797c1a4e2fdac19df2ef98878493b43 /installing/manual_install.md | |
parent | 4f34549747bb5d6f261fb164ecb5fba273039ec9 (diff) |
Use symlinked gem instead of gem1.8
Seems to be the canonical source on both Debian and Ubuntu
Diffstat (limited to 'installing/manual_install.md')
-rw-r--r-- | installing/manual_install.md | 2 |
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 |