diff options
-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 |