diff options
author | Gosha Arinich <me@goshakkk.name> | 2013-01-05 20:08:55 +0300 |
---|---|---|
committer | Gosha Arinich <me@goshakkk.name> | 2013-01-05 21:21:20 +0300 |
commit | 11f74f08b880deeb6b400fb5f82c5273b5e8b51c (patch) | |
tree | 53daf26616ec54d0d6f79745dca5b007013afa81 /guides/source | |
parent | 25852593df6f9c45eec64f413d2ac1687465cf20 (diff) | |
download | rails-11f74f08b880deeb6b400fb5f82c5273b5e8b51c.tar.gz rails-11f74f08b880deeb6b400fb5f82c5273b5e8b51c.tar.bz2 rails-11f74f08b880deeb6b400fb5f82c5273b5e8b51c.zip |
wrap terminal prompt marks in a pre tag
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index f23742c96a..3fe74bd9ea 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -71,7 +71,9 @@ 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 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> +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>` ### Installing Rails |