Skip to content

Commit

Permalink
Add extra ignore directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jun 25, 2014
1 parent 1d574c1 commit a8ddab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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:

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

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

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

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

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

```
```{ignore}
$ rustc --version
```

You should see some output that looks something like this:

```
```{ignore}
rustc 0.11.0-pre (443a1cd 2014-06-08 14:56:52 -0700)
host: x86_64-unknown-linux-gnu
```
Expand Down

5 comments on commit a8ddab4

@bors
Copy link
Contributor

@bors bors commented on a8ddab4 Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at steveklabnik@a8ddab4

@bors
Copy link
Contributor

@bors bors commented on a8ddab4 Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/install_instructions = a8ddab4 into auto

@bors
Copy link
Contributor

@bors bors commented on a8ddab4 Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/install_instructions = a8ddab4 merged ok, testing candidate = 99519cc

@bors
Copy link
Contributor

@bors bors commented on a8ddab4 Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 99519cc

Please sign in to comment.