Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
added homebrew setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasu1124 authored May 27, 2020
1 parent 3346dda commit 3f12820
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

`gardenctl` is shipped for mac and linux in a binary format.

Option 1: Install the latest release with [Homebrew](https://brew.sh/) (macOS and Linux) as follows:
```sh
brew install gardener/tap/gardenctl
```

Option 2: Manually download and install from [gardenctl releases](https://github.com/gardener/gardenctl/releases) as follows:

1. Download the latest release:
```bash
curl -LO https://github.com/gardener/gardenctl/releases/download/$(curl -s https://raw.githubusercontent.com/gardener/gardenctl/master/LATEST)/gardenctl-darwin-amd64
Expand Down

0 comments on commit 3f12820

Please sign in to comment.