Skip to content

Commit

Permalink
doc(dev-guide): cargo binstall -> cargo install (#19054)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilesing authored Oct 22, 2024
1 parent 5ca0a73 commit db24561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Edit `SUMMARY.md` to add new chapters.

```sh
# install tools
> cargo binstall mdbook mdbook-linkcheck mdbook-toc
> cargo install mdbook mdbook-linkcheck mdbook-toc
# start a web server on localhost that you can visit to view the book,
# and it will automatically reload each time you edit a page.
> mdbook serve --open
Expand Down

0 comments on commit db24561

Please sign in to comment.