sat-rs/satrs-book/README.md

20 lines
348 B
Markdown
Raw Permalink Normal View History

2024-01-30 23:30:53 +01:00
sat-rs book
=========
High-level documentation of the [sat-rs project](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/).
## Building
2024-02-10 12:54:13 +01:00
If you have not done so, install the pre-requisites first:
```sh
cargo install mdbook --locked
cargo install mdbook-linkcheck --locked
```
After that, you can build the book with:
2024-01-30 23:30:53 +01:00
```sh
mdbook build
```