diff --git a/README.md b/README.md index 0a53499..f76039f 100644 --- a/README.md +++ b/README.md @@ -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 +```