Skip to content

Commit

Permalink
Update README with installation instructions. (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <[email protected]>
  • Loading branch information
amouat authored Jun 28, 2024
1 parent 456934b commit 3213823
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@

## Installation

To install `incert`, use the following command:
Binaries for various architectures are available from the [releases](./releases) page.

If you have a Go installation, you can install `incert` with the following command:

```bash
$ go install github.com/chainguard-dev/incert@latest
```

Alternatively, you can also build from source by cloning the repo and running `go build`.

## Flags

`incert` supports the following flags:
Expand Down

0 comments on commit 3213823

Please sign in to comment.