diff options
author | schneems <richard.schneeman@gmail.com> | 2012-10-01 20:31:28 -0400 |
---|---|---|
committer | schneems <richard.schneeman@gmail.com> | 2012-10-02 11:31:23 -0400 |
commit | 6b1467b848f25bda808a63d304ae8ea5940cbe0d (patch) | |
tree | 2282601f1a1c5d973dd49e481c4225f5773e08b9 | |
parent | 5a07de6019ab87ee2f011bf4babf43b41c8b31f0 (diff) | |
download | rails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.tar.gz rails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.tar.bz2 rails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.zip |
change `#` to `$` in bash section
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index cb3239ae48..2cce1b9b07 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -80,7 +80,7 @@ TIP: The examples below use # and $ to denote superuser and regular user termina To install Rails, use the `gem install` command provided by RubyGems: ```bash -# gem install rails +$ gem install rails ``` TIP. A number of tools exist to help you quickly install Ruby and Ruby |