Skip to content

Commit

Permalink
Merge branch 'main' into feature-upload-single-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cmsoft authored Dec 2, 2024
2 parents 94c84d1 + d3f7619 commit 05ec423
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 05ec423

Please sign in to comment.