sat-rs/satrs-book/README.md

13 lines
247 B
Markdown
Raw 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
If you have not done so, install `mdbook` using `cargo install mdbook --locked`.
```sh
mdbook build
```