Skip to content

Commit

Permalink
Add instructions on installing with go install
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cmsoft committed Nov 21, 2024
1 parent 8c71306 commit 674753e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
```

From source
```shell
# Build from source
git clone [email protected]:compliance-framework/goreleaser-oci.git
Expand Down Expand Up @@ -46,5 +50,4 @@ Flags:
-h, --help help for gooci

Use "gooci [command] --help" for more information about a command.

```

0 comments on commit 674753e

Please sign in to comment.