From bc6554f63ccf7a0ab8797472cded62bdea8fbabc Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 13 Feb 2011 01:37:37 +0100 Subject: Revert "Add note about running `bundle install` as root. Solves issue with '#' not being rendered, and it's more clear for beginners." Reason: Running bundle as root is not recommended. This reverts commit 0d40e2c397c9ce92c839a3c318ed8757cf213413. --- railties/guides/source/getting_started.textile | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index bf45c48547..52e398a497 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -195,7 +195,6 @@ 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