This commit is contained in:
Robin Müller 2021-11-13 18:08:53 +01:00
commit c5421abe5b
1 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,10 @@
# vorago-rs-workspace
# Vorago Rust Workspace
Workspace for developing Rust code for the Vorago devices
After cloning, run
```sh
git submodule init
git submodule update
```