aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-02-13 01:40:32 +0100
committerXavier Noria <fxn@hashref.com>2011-02-13 01:40:32 +0100
commit69f07dad62b4927b001046012c5a5cdab87dc1ae (patch)
tree9d41068536d8ebc0532ab6e09e3749f928077576
parentbc6554f63ccf7a0ab8797472cded62bdea8fbabc (diff)
downloadrails-69f07dad62b4927b001046012c5a5cdab87dc1ae.tar.gz
rails-69f07dad62b4927b001046012c5a5cdab87dc1ae.tar.bz2
rails-69f07dad62b4927b001046012c5a5cdab87dc1ae.zip
the shell prompt for non-root sessions is "$" by convention
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
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
<shell>
-# bundle install
+$ bundle install
</shell>
to have them ready.