Files
asterinas/docs/README.md
2023-12-26 11:49:24 +08:00

14 lines
305 B
Markdown

# Asterinas 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
```