From c7da7a1b1376210b2a4157f3db6085caf7ba874a Mon Sep 17 00:00:00 2001 From: CPunch Date: Sat, 3 Sep 2022 12:07:54 -0500 Subject: [PATCH] Updated CNC setup (markdown) --- CNC-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CNC-setup.md b/CNC-setup.md index 5c62868..f1b2c12 100644 --- a/CNC-setup.md +++ b/CNC-setup.md @@ -7,6 +7,7 @@ Generate a keypair using the `./bin/genKey` binary. Just run it like: ```sh $ ./bin/genKey ``` +> Make sure you've previously [compiled the project](Compiling) These keypairs will then need to be passed back to cmake, you'll need to re-build the whole target using these keys. This looks something like: