README update

This commit is contained in:
Robin Müller 2021-11-11 19:49:41 +01:00
parent d2aca83bb5
commit 3aed09cd35
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
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
```