Skip to content

Commit

Permalink
Fixes code block style so it's not executed
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Aug 13, 2020
1 parent d3f5f78 commit 2b2ae61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions user_guide/src/chapter_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Vega requires Rust Nightly channel because it depends on libraries that require
Ensure that you have and are using a Nightly toolchain when
building examples.

rustup toolchain install nightly
```doc
$ rustup toolchain install nightly
```

Then set the default, or pass the toolchain in when invoking Cargo:

rustup default nightly
```doc
$ rustup default nightly
```

### Installing Vega

Expand Down

0 comments on commit 2b2ae61

Please sign in to comment.