File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ This book is written with [mdBook](https://github.com/rust-lang/mdBook).
1515When installed, run ` mdbook serve ` and you will get a local webserver.
1616For more details, please refer to the mdBook documentation.
1717
18+ The book is linted with markdownlint and Vale. Follow the official
19+ documentation to [ install
20+ markdownlint] ( https://github.com/markdownlint/markdownlint?tab=readme-ov-file#installation )
21+ and [ install Vale] ( https://vale.sh/docs/install ) . Then run ` vale sync ` to
22+ download the necessary styles.
23+
24+ From the root directory of the repository run ` mdl /src/example.md ` and `vale
25+ src/example.md`. Add words that trigger false positive spelling errors to
26+ ` ci/vale/styles/config/vocabularies/LinuxBoot/accept.txt ` .
27+
1828## Acknowledgments
1929
2030In alphabetical order:
You can’t perform that action at this time.
0 commit comments