Install Some Useful Tools

  • cargo install ripgrep
  • cargo install mdbook

Use rg after install

rg "# Install Some Useful Tools" .

And it should find the Markdown source for this chapter.

Use mdbook after install

To locally view this book:

mdbook serve book

And it would then be serving at: