diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-05-02 12:34:35 +0200 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-05-02 12:34:35 +0200 |
commit | b7394646af80cd632b1b4c48feb57f5f48ed160a (patch) | |
tree | 5e151c2ded53f24b6df9325abae81660792e47e0 /guides/source/getting_started.textile | |
parent | c55ee776232f77a9bd45684a3e6f3f3b13380e4c (diff) | |
download | rails-b7394646af80cd632b1b4c48feb57f5f48ed160a.tar.gz rails-b7394646af80cd632b1b4c48feb57f5f48ed160a.tar.bz2 rails-b7394646af80cd632b1b4c48feb57f5f48ed160a.zip |
Mention mac os x installation tools on getting started guide
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r-- | guides/source/getting_started.textile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 1fbbd8af67..59c7a167fb 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -87,7 +87,10 @@ To install Rails, use the +gem install+ command provided by RubyGems: # gem install rails </shell> -TIP. If you're working on Windows, you can quickly install Ruby and Rails with "Rails Installer":http://railsinstaller.org. +TIP. A number of tools exist to help you quickly install Ruby and Ruby +on Rails on your system. Windows users can use "Rails +Installer":http://railsinstaller.org, while Mac Os X users can use +"Rails One Click":http://railsoneclick.com. To verify that you have everything installed correctly, you should be able to run the following: |