From 674753ed5d3dee2c514636c61a8ac0eded6fb746 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Nov 2024 16:35:07 +0100 Subject: [PATCH] Add instructions on installing with go install --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24c2630..5057ff2 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,12 @@ where it runs. ## Installation -Installation is very rudimentary at this point as we are still building a stable version. +Using `go install` +```shell +go install github.com/compliance-framework/gooci@0.0.2 +``` +From source ```shell # Build from source git clone git@github.com:compliance-framework/goreleaser-oci.git @@ -46,5 +50,4 @@ Flags: -h, --help help for gooci Use "gooci [command] --help" for more information about a command. - ```