From 4be00bd3788cfbd0419052dbcb0d27e2af8824ab Mon Sep 17 00:00:00 2001 From: fred13kim Date: Wed, 10 Apr 2024 19:50:30 -0400 Subject: [PATCH] Update testing instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ff5ffe..e1265f1 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,15 @@ this is `sudo dnf install libudev-devel`). #### TL;DR ```bash +# Make sure to update & initialize submodules +git submodule update --init --recursive + # Set up and compile scons +# To build fw +scons fw + # Compile eoltest (cd "eoltest" && cargo build)