From 4129072d075d93015ac242a0ab4dea71b2bf37c5 Mon Sep 17 00:00:00 2001 From: Ben T Date: Tue, 23 Jul 2013 14:59:03 -0400 Subject: [PATCH] Need to define which ruby to use before installing gems in Docs I had to tell rvm which version to use, otherwise the auto suggester will tell you to install gem using apt-get. --- docs/INSTALL-ubuntu.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index d13f89614..a72dac0dd 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -137,6 +137,11 @@ Continue with Discourse installation # Build and install ruby rvm install 2.0.0 + + # Use installed ruby as default + rvm use 2.0.0 --default + + # Install bundler gem install bundler # Pull down the latest release