From 3aed09cd352f30972d8f2a839bf1241677986001 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 Nov 2021 19:49:41 +0100 Subject: [PATCH] README update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```