From 0d40e2c397c9ce92c839a3c318ed8757cf213413 Mon Sep 17 00:00:00 2001 From: Corey Ward Date: Sat, 12 Feb 2011 08:12:24 -0800 Subject: Add note about running `bundle install` as root. Solves issue with '#' not being rendered, and it's more clear for beginners. --- railties/guides/source/getting_started.textile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/guides/source/getting_started.textile') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 52e398a497..bf45c48547 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -195,6 +195,7 @@ h4. Installing the Required Gems Rails applications manage gem dependencies with "Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run +Usually as root user: # bundle install -- cgit v1.2.3