mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-15 16:26:48 +00:00
14 lines
300 B
Markdown
14 lines
300 B
Markdown
# KxOS Documentation
|
|
|
|
The documentation is rendered as a book with [mdBook](https://rust-lang.github.io/mdBook/),
|
|
which can be installed with `cargo`.
|
|
|
|
```bash
|
|
cargo install mdbook
|
|
```
|
|
|
|
To build the book and read it in your default browser, run the following command.
|
|
|
|
```bash
|
|
mdbook serve --open
|
|
``` |