From ce77a387645a24bca56024affdcb2a9dab8502ab Mon Sep 17 00:00:00 2001 From: Andrei Ivantsov Date: Fri, 6 Dec 2024 21:30:01 +0100 Subject: [PATCH] Fix installation commands for binary installation --- docs/content/en/Quick Start/_index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/en/Quick Start/_index.md b/docs/content/en/Quick Start/_index.md index 903cdf15..d1116dbf 100644 --- a/docs/content/en/Quick Start/_index.md +++ b/docs/content/en/Quick Start/_index.md @@ -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: