From 7841b258f11c397c795e5b4889836c56966048f2 Mon Sep 17 00:00:00 2001 From: cpunk Date: Tue, 20 Sep 2022 01:11:19 -0500 Subject: [PATCH] Updated Keypairs (markdown) --- Keypairs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keypairs.md b/Keypairs.md index 3c77c15..d5c1a95 100644 --- a/Keypairs.md +++ b/Keypairs.md @@ -19,7 +19,7 @@ You should receive output that looks like: ## Passing keypairs back to Laika -These keypairs will then need to be passed back to cmake, you'll need to re-build the whole target using these keys. You'll need to delete the build and output directories. +These keypairs will then need to be passed back to cmake, you'll need to re-build the whole target using these keys. Start by cleaning the build and output directories. ```sh $ rm -rf bin build