Skip to content

Commit

Permalink
Improve reading flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Jan 26, 2024
1 parent f55dc45 commit 11b69dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Open a new console, this allows `cargo` to function and makes the following comm

2. Let's install `mdBook`: `cargo install mdbook`

3. We need to install the preprocessor for the *admonish* feature: `cargo install mdbook-admonish`
3. We need to install the preprocessor for the *admonish* feature: `cargo install mdbook-admonish` \
Also, we need the *Table of Contents* (TOC) feature: `cargo install mdbook-toc`

5. Finally, you can run this command inside this project's root: `mdbook serve --open`
Expand Down

0 comments on commit 11b69dc

Please sign in to comment.