diff --git a/satrs-book/README.md b/satrs-book/README.md new file mode 100644 index 0000000..c6fcf81 --- /dev/null +++ b/satrs-book/README.md @@ -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 +```