Skip to content

Commit a8ddab4

Browse files
committed
Add extra ignore directives.
1 parent 1d574c1 commit a8ddab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The first step to using Rust is to install it! There are a number of ways to
2929
install Rust, but the easiest is to use the the `rustup` script. If you're on
3030
Linux or a Mac, All you need to do is this:
3131

32-
```
32+
```{ignore}
3333
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
3434
```
3535

@@ -43,7 +43,7 @@ If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay.
4343
Not every programming language is great for everyone. Just pass an argument to
4444
the script:
4545

46-
```
46+
```{ignore}
4747
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall
4848
```
4949

@@ -82,13 +82,13 @@ commit is tested against Windows just like any other platform.
8282

8383
If you've got Rust installed, you can open up a shell, and type this:
8484

85-
```
85+
```{ignore}
8686
$ rustc --version
8787
```
8888

8989
You should see some output that looks something like this:
9090

91-
```
91+
```{ignore}
9292
rustc 0.11.0-pre (443a1cd 2014-06-08 14:56:52 -0700)
9393
host: x86_64-unknown-linux-gnu
9494
```

0 commit comments

Comments
 (0)