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