From ec2e733d32092884f8021f6a33de0e95cca389ad Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Mon, 14 Jul 2014 12:49:48 +0100 Subject: [PATCH] The rubygem is called bundler not bundle Also I'm that needs to be installed with sudo as gems won't normally install into the home user directory without more setup --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 41c6a1d9b..780ffdf07 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ sudo apt-get install ruby1.9.1 libruby1.9.1 ruby1.9.1-dev ri1.9.1 \ apache2 apache2-threaded-dev build-essential git-core \ postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \ libsasl2-dev -gem1.9.1 install bundle +sudo gem1.9.1 install bundler ``` Note that the "1.9.1" Ubuntu packages do in fact contain ruby 1.9.3. -- 2.43.2