about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:39:30 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:39:30 -0400
commitc73f17486a0101121df8d0c8f89f2fdffd72e70f (patch)
tree9c7902c9bb1bc902242607c81c9c9fdc5552b92b /src
parentaf4a6c30aa2659af59c8d5418f3f5c04abd26148 (diff)
downloadrust-c73f17486a0101121df8d0c8f89f2fdffd72e70f.tar.gz
rust-c73f17486a0101121df8d0c8f89f2fdffd72e70f.zip
Move note about $ up
Thanks @chris-morgan :heart:
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 2e4ec8fe883..9a995de582e 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -27,7 +27,8 @@ Sound good? Let's go!
 
 The first step to using Rust is to install it! There are a number of ways to
 install Rust, but the easiest is to use the the `rustup` script. If you're on
-Linux or a Mac, All you need to do is this:
+Linux or a Mac, all you need to do is this (note that you don't need to type
+in the `$`s, they just indicate the start of each command):
 
 ```{ignore}
 $ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
@@ -124,8 +125,7 @@ require that you know a whole ton about the command line, but until the
 language is in a more finished state, IDE support is spotty. Rust makes no
 specific demands on your editing tooling, or where your code lives.
 
-With that said, let's make a directory in our projects directory. Note that you
-don't need to type in the `$`s, they just indicate the start of each command:
+With that said, let's make a directory in our projects directory.
 
 ```{bash}
 $ mkdir ~/projects