Skip to content

Commit

Permalink
Document Instructions how to install kyma@v3 binary (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Jul 2, 2024
1 parent 0f9e920 commit 5266a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Kyma CLI is a command line tool which supports [Kyma](https://github.com/kyma-pr
Download the latest build from the main branch from [v0.0.0-dev](https://github.com/kyma-project/cli/releases/tag/v0.0.0-dev) release assets.

To run Kyma CLI on MacOS, run the following script from the project's root folder:
To get Kyma CLI for MacOS or Linux, run the following script from the project's root folder:
```sh
./hack/get-kyma-v3-alpha.sh
curl -L "https://github.com/kyma-project/cli/releases/download/v0.0.0-dev/kyma_$(uname -s)_$(uname -m).tar.gz" | tar -zxvf - -C bin kyma && mv bin/kyma bin/kyma@v3
```

This script downloads a Linux/MacOS variant of Kyma CLI v3 binary into `bin/kyma@v3`.
Expand Down
16 changes: 0 additions & 16 deletions hack/get-kyma-v3-alpha.sh

This file was deleted.

0 comments on commit 5266a3f

Please sign in to comment.