File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,34 @@ particular following tools are supported:
25
25
26
26
## Install
27
27
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
+ ```
29
33
30
34
* (The script will download latest version and unpack to ` /usr/local/bin ` ).*
31
35
32
- Or download the
36
+ ### Manual Installation
37
+
38
+ You can download the
33
39
[ latest release] ( https://github.com/doitintl/kube-no-trouble/releases/latest )
34
40
for your platform and unpack manually.
35
41
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
+ ```
36
56
37
57
## Usage
38
58
You can’t perform that action at this time.
0 commit comments