mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-23 20:13:05 +00:00
update mdbook
This commit is contained in:
parent
8d0d2e3fb1
commit
46fdc71d67
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ If you'd like to read it locally:
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
|
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
|
||||||
$ cd rust-cookbook
|
$ cd rust-cookbook
|
||||||
$ cargo install mdbook --vers "0.3.5"
|
$ cargo install mdbook --vers "0.4.5"
|
||||||
$ mdbook serve --open
|
$ mdbook serve --open
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
|
||||||
pyenv local 3.6.0
|
pyenv local 3.6.0
|
||||||
pip3 install --user link-checker==0.1.0
|
pip3 install --user link-checker==0.1.0
|
||||||
fi
|
fi
|
||||||
cargo install mdbook --vers '0.3.5' --debug
|
cargo install mdbook --vers '0.4.5' --debug
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue