From c73f17486a0101121df8d0c8f89f2fdffd72e70f Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 26 Jun 2014 15:39:30 -0400 Subject: Move note about $ up Thanks @chris-morgan :heart: --- src/doc/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit 1.4.1-3-g733a5