README updated

This commit is contained in:
Paul Nehlich 2022-09-23 11:00:08 +02:00
parent 23c4f35bce
commit e2477297b5
1 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,16 @@ Rust Flight Software Framework Launchpad
This is the prototyping repository for the initial version of a
Rust Flight Software Framework.
## Build instructions
### Prerequisites
Do not forget to ```git submodule update --init```.
Also remember to ```git submodule update``` after each branch change or merge.
### Build and run
Then it is a simple ```cargo build``` then can be run using ```cargo run --bin <binary>```.
Binaries are `obsw`, `client`, `test`.