From 21b4b1a065951abe8849ae6ad9a616055ad20c8d Mon Sep 17 00:00:00 2001 From: cpunk Date: Tue, 20 Sep 2022 01:08:09 -0500 Subject: [PATCH] Updated Keypairs (markdown) --- Keypairs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Keypairs.md b/Keypairs.md index 6f2ddb5..3c77c15 100644 --- a/Keypairs.md +++ b/Keypairs.md @@ -19,13 +19,13 @@ You should receive output that looks like: ## Passing keypairs back to Laika -Now that you have your central keypair, 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. You'll need to delete the build and output directories. ```sh $ rm -rf bin build ``` -Now re-build Laika, but passing your keypair +Now re-build Laika, but passing your keypair to cmake ```sh $ cmake -B build -DLAIKA_PUBKEY="997d026d1c65deb6c30468525132be4ea44116d6f194c142347b67ee73d18814" -DLAIKA_PRIVKEY="1dbd33962f1e170d1e745c6d3e19175049b5616822fac2fa3535d7477957a841" -DCMAKE_BUILD_TYPE=MinSizeRel &&\