fix docs makefile (#10016)

This commit is contained in:
Jack May
2020-05-13 09:08:25 -07:00
committed by GitHub
parent e09f517094
commit 1e80044e93
2 changed files with 5 additions and 3 deletions

View File

@@ -5,9 +5,10 @@ Install dependencies, build, and test the docs:
```bash
$ brew install coreutils
$ cargo install svgbob_cli
$ brew install mscgen
$ brew install mdbook
$ cargo install svgbob_cli
$ cargo install mdbook-linkcheck
$ cargo install mdbook
$ ./build.sh
```