diff options
author | Rafael Magana <raf.magana@gmail.com> | 2012-05-25 11:10:48 -0500 |
---|---|---|
committer | Rafael Magana <raf.magana@gmail.com> | 2012-05-25 11:10:48 -0500 |
commit | 3e7d43b43c71a4b4bfc53a51f2383a1d5a75e71f (patch) | |
tree | 6d5be55c1250334600b96f060b43a651e22349ea | |
parent | 470c1516b384f0ae710cdcf4f5a83a81f909252c (diff) | |
download | rails-3e7d43b43c71a4b4bfc53a51f2383a1d5a75e71f.tar.gz rails-3e7d43b43c71a4b4bfc53a51f2383a1d5a75e71f.tar.bz2 rails-3e7d43b43c71a4b4bfc53a51f2383a1d5a75e71f.zip |
[getting started] specify what # and $ denotes in the prompt in unix-like OSs
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 628010697f..35ae52e1d5 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -75,7 +75,7 @@ By following along with this guide, you'll create a Rails project called (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> +TIP: The examples below use # and $ to denote superuser and regular user terminal prompts respectively in a UNIX-like OS. If you are using Windows, your prompt will look something like c:\source_code> h4. Installing Rails |