From 69f07dad62b4927b001046012c5a5cdab87dc1ae Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 13 Feb 2011 01:40:32 +0100 Subject: the shell prompt for non-root sessions is "$" by convention --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 52e398a497..bf15afcd62 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -195,7 +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 -# bundle install +$ bundle install to have them ready. -- cgit v1.2.3