diff options
author | Xavier Noria <fxn@hashref.com> | 2011-02-13 01:37:37 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-02-13 01:37:37 +0100 |
commit | bc6554f63ccf7a0ab8797472cded62bdea8fbabc (patch) | |
tree | 3372ebd51b312832da62f0d10ebe19f0936be2fa /railties/guides/source/getting_started.textile | |
parent | 0d40e2c397c9ce92c839a3c318ed8757cf213413 (diff) | |
download | rails-bc6554f63ccf7a0ab8797472cded62bdea8fbabc.tar.gz rails-bc6554f63ccf7a0ab8797472cded62bdea8fbabc.tar.bz2 rails-bc6554f63ccf7a0ab8797472cded62bdea8fbabc.zip |
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.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 1 |
1 files changed, 0 insertions, 1 deletions
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 <shell> -Usually as root user: # bundle install </shell> |