Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ Thank you for your work and have fun! :tada:

## Serving the Documentation Locally

To view this documentation on your machine, run the following command:
To view this documentation on your machine, run the following commands:

```sh
mbook serve
brew install mdbook
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
brew install mdbook

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not everyone has cargo installed and knows how to use it, or update it.

mdbook serve
```

## License
Expand Down
Loading