Skip to content

Commit e74bb93

Browse files
authored
Merge pull request #501 from devenes/chore-Add-brew-installation-method
chore: Add brew installation method
2 parents a281439 + 801d5d3 commit e74bb93

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,34 @@ particular following tools are supported:
2525

2626
## Install
2727

28-
Run `sh -c "$(curl -sSL https://git.io/install-kubent)"`.
28+
Run the following command in your terminal to install `kubent` using a shell script:
29+
30+
```sh
31+
sh -c "$(curl -sSL https://git.io/install-kubent)"
32+
```
2933

3034
*(The script will download latest version and unpack to `/usr/local/bin`).*
3135

32-
Or download the
36+
### Manual Installation
37+
38+
You can download the
3339
[latest release](https://github.com/doitintl/kube-no-trouble/releases/latest)
3440
for your platform and unpack manually.
3541

42+
### Third-Party Installation
43+
44+
Please note that third-party installation methods are maintained by the community.
45+
The packages may not always be up-to-date with the latest releases of `kubent`.
46+
47+
#### Homebrew
48+
49+
`kubent` is available as a [formula](https://formulae.brew.sh/formula/kubent)
50+
on [Homebrew](https://brew.sh/). If you're using macOS or Linux, you can run
51+
the following command to install `kubent`:
52+
53+
```sh
54+
brew install kubent
55+
```
3656

3757
## Usage
3858

0 commit comments

Comments
 (0)