Skip to content

Commit

Permalink
fix docs due to binaries new name scheme (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
6za authored Oct 10, 2022
1 parent d449937 commit 0d0580b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ In order for the CLI to work, We assume you gave your [AWS Credentials](https://
#https://github.com/kubefirst/kubefirst/releases

export KUBEFIRST_VERSION=`curl https://github.com/kubefirst/kubefirst/releases/latest -Ls -o /dev/null -w %{url_effective} | grep -oE "[^/]+$"`
curl -LO https://github.com/kubefirst/kubefirst/releases/download/$KUBEFIRST_VERSION/kubefirst-$KUBEFIRST_VERSION-linux-amd64.tar.gz

tar -xvzf kubefirst-$KUBEFIRST_VERSION-linux-amd64.tar.gz -C /usr/local/bin/
curl -LO https://github.com/kubefirst/kubefirst/releases/download/$KUBEFIRST_VERSION/kubefirst_${KUBEFIRST_VERSION}_linux_amd64.tar.gz
tar -xvf kubefirst_${KUBEFIRST_VERSION}_linux_amd64.tar.gz -C /usr/local/bin/
chmod +x /usr/local/bin/kubefirst

kubefirst info
Expand Down Expand Up @@ -81,4 +80,4 @@ After this step is executed, return to [this step](https://github.com/kubefirst/

## Connect to the Container

`docker exec -it kubefirst-dev bash`
`docker exec -it kubefirst-dev bash`

0 comments on commit 0d0580b

Please sign in to comment.