From 380627ad548cd4aee55fd3c91fcc68cd8572488b Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:39:07 -0700 Subject: [PATCH] Add installation option (#83) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a811516..0ea5d6b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ You have two options to install the verifier. ### Compilation from source +#### Option 1: Install via go +``` +$ go install github.com/slsa-framework/slsa-verifier@v1.0.0 +$ slsa-verifier +``` + +#### Option 2: Compile manually ``` $ git clone git@github.com:slsa-framework/slsa-verifier.git $ cd slsa-verifier && git checkout tags/v0.0.1