Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
This commit updates the install instructions to actually work :)

Thanks jspeed-meyers!

Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
  • Loading branch information
puerco committed Mar 17, 2023
1 parent d986687 commit 8d69992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ other sources to your SBOM.
To install `bom`:

```console
go install sigs.k8s.io/bom/cmd/bom
go install sigs.k8s.io/bom/cmd/bom@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/Quick Start/_index.md
Expand Up @@ -22,7 +22,7 @@ sudo chmod +x /usr/local/bin/bom
### Using go:

```console
go install sigs.k8s.io/bom/cmd/bom
go install sigs.k8s.io/bom/cmd/bom@latest
```


Expand Down

0 comments on commit 8d69992

Please sign in to comment.