Skip to content

Commit

Permalink
Merge pull request #497 from aivantsov/patch-1
Browse files Browse the repository at this point in the history
Fix and shorten installation commands for precompiled binary release
  • Loading branch information
k8s-ci-robot authored Dec 6, 2024
2 parents 30c340b + ce77a38 commit a3854f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/content/en/Quick Start/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ tags: ["intro"]

You can see releases of `bom` on [Github Releases](https://github.com/kubernetes-sigs/bom/releases/).

Replace the tag,os and architecture as required for below commands to install.
Replace the tag, os and architecture as required for below commands to install.

```console
curl -L https://github.com/kubernetes-sigs/bom/releases/download/v0.2.2/bom-linux-amd64 -o bom
sudo mv ./bom /usr/local/bin/bom
sudo chmod +x /usr/local/bin/bom
curl -L https://github.com/kubernetes-sigs/bom/releases/download/v0.6.0/bom-amd64-linux -o bom
sudo install bom /usr/local/bin/
```

### Using go:
Expand Down

0 comments on commit a3854f4

Please sign in to comment.