uefi-rs/book
2025-11-03 19:58:03 +01:00
..
src book: Rephrase target installation 2025-11-03 19:58:03 +01:00
book.toml docs: Add book 2022-09-27 20:12:09 -04:00
README.md docs: Add book 2022-09-27 20:12:09 -04:00

UEFI Book

To build the book locally, first install mdBook.

Next, launch a server that will automatically update as changes are made to the markdown sources:

mdbook serve book/

Then open http://localhost:3000 in a web browser.