about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Howell <howellnick@gmail.com>2015-01-04 10:23:00 -0500
committerNick Howell <howellnick@gmail.com>2015-01-04 10:23:00 -0500
commit36bed41c1fa2f5025563de5a6a5b181b05c4336e (patch)
tree235195c6cc9ded0c999348a45c06f1f3917c69e0
parent856b90c400b0a3f5e8018255c7e33d3c1ae84a10 (diff)
downloadrust-36bed41c1fa2f5025563de5a6a5b181b05c4336e.tar.gz
rust-36bed41c1fa2f5025563de5a6a5b181b05c4336e.zip
doc: Add missing `$`s in the Installing Rust guide
-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 55465651cfb..72db6814240 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -23,15 +23,15 @@ 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):
 
 ```bash
-curl -L https://static.rust-lang.org/rustup.sh | sudo sh
+$ curl -L https://static.rust-lang.org/rustup.sh | sudo sh
 ```
 
 If you're concerned about the [potential insecurity](http://curlpipesh.tumblr.com/) of using `curl | sudo sh`,
 please keep reading and see our disclaimer below. And feel free to use a two-step version of the installation and examine our installation script:
 
 ```bash
-curl -L https://static.rust-lang.org/rustup.sh -O
-sudo sh rustup.sh
+$ curl -L https://static.rust-lang.org/rustup.sh -O
+$ sudo sh rustup.sh
 ```
 
 If you're on Windows, please download either the [32-bit