aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 14:51:48 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 14:51:48 -0600
commite99a0b62ec128272350060554a0f41673fcdb78d (patch)
tree28644e77a4a28105a9107c077f32f783b8585292
parentb08483633993d90d77f776b8fccb4e8ce4678505 (diff)
downloadrails-e99a0b62ec128272350060554a0f41673fcdb78d.tar.gz
rails-e99a0b62ec128272350060554a0f41673fcdb78d.tar.bz2
rails-e99a0b62ec128272350060554a0f41673fcdb78d.zip
Add a note about the fact that the Windows prompt will look different than the linux/osx prompt
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index aaad63523a..b3b3581147 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -217,6 +217,8 @@ If you follow this guide, you'll create a Rails project called <tt>blog</tt>, a
(very) simple weblog. Before you can start building the application, you need to
make sure that you have Rails itself installed.
+TIP: The examples below use # and $ to denote terminal prompts. If you are using Windows, your prompt will look something like c:\source_code>
+
h4. Installing Rails
In most cases, the easiest way to install Rails is to take advantage of RubyGems: