aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2012-10-01 20:31:28 -0400
committerschneems <richard.schneeman@gmail.com>2012-10-02 11:31:23 -0400
commit6b1467b848f25bda808a63d304ae8ea5940cbe0d (patch)
tree2282601f1a1c5d973dd49e481c4225f5773e08b9 /guides/source/getting_started.md
parent5a07de6019ab87ee2f011bf4babf43b41c8b31f0 (diff)
downloadrails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.tar.gz
rails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.tar.bz2
rails-6b1467b848f25bda808a63d304ae8ea5940cbe0d.zip
change `#` to `$` in bash section
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
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