From dbf043e304f568150771dbafbbff30cb08b320b4 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 12 Feb 2023 03:01:53 -0800 Subject: [PATCH] document simplified build commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a24bb4b..1faa12f 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ internet with high integrity on the supply chain of the firmware and OS used. ### Build a new release ``` - make VERSION=1.0.0rc1 release + make release ``` ### Reproduce an existing release ``` - make VERSION=1.0.0rc1 attest + make attest ``` ### Sign an existing release ``` - make VERSION=1.0.0rc1 sign + make sign ``` ## Setup ##