Skip to content

Commit

Permalink
Merge pull request #2 from compliance-framework/chore-update-installa…
Browse files Browse the repository at this point in the history
…tion-instructions

Add instructions on installing with go install
  • Loading branch information
chris-cmsoft authored Nov 21, 2024
2 parents 8c71306 + 674753e commit d3f7619
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 d3f7619

Please sign in to comment.