We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2455f7 commit a8dd8e3Copy full SHA for a8dd8e3
README.md
@@ -21,7 +21,7 @@ If you'd like to read it locally:
21
```bash
22
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
23
$ cd rust-cookbook
24
-$ cargo install mdbook --vers "0.1.7"
+$ cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook
25
$ mdbook serve --open
26
```
27
ci/install_deps.sh
@@ -16,8 +16,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
16
pyenv global system 3.6
17
pip3 install --user link-checker==0.1.0
18
fi
19
- cargo install mdbook --vers '0.1.7' --debug
+ cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook --debug
20
exit 0
-
0 commit comments