Skip to content

Commit

Permalink
Fix Install MdBook command
Browse files Browse the repository at this point in the history
The command to install mdbook specified the version the wrong way and it failed on zsh
  • Loading branch information
Brymes authored and carols10cents committed Nov 16, 2022
1 parent 3f64052 commit a60f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rust-lang/rust uses in [this file][rust-mdbook]. To get it:
[rust-mdbook]: https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml

```bash
$ cargo install mdbook --vers [version-num]
$ cargo install mdbook --version <version_num>
```

## Building
Expand Down

0 comments on commit a60f431

Please sign in to comment.