add satrs-book README
Rust/sat-rs/pipeline/pr-main Build started... Details

This commit is contained in:
Robin Müller 2024-01-30 23:30:53 +01:00
parent 4e43fb8fd7
commit 0437e2b095
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 12 additions and 0 deletions

12
satrs-book/README.md Normal file
View File

@ -0,0 +1,12 @@
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
```