Skip to content

Commit 3e035ef

Browse files
authored
Merge pull request #2871 from yrs147/master
Added Golang Command to install Krel Tool #2870
2 parents 93b8bfb + 154f978 commit 3e035ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/krel/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,18 @@ Kubernetes Releases. This includes manually executed tasks like generating the R
1515

1616
## Installation
1717

18-
Compile krel by running the `compile-release-tools` script from the root of this repo:
18+
Either Compile krel by running the `compile-release-tools` script from the root of this repo:
1919

2020
```shell
2121
./compile-release-tools krel
2222
```
23+
Or
24+
25+
Run the following command in the terminal:
26+
27+
```
28+
go install k8s.io/release/cmd/krel@latest
29+
```
2330

2431
## Usage:
2532

0 commit comments

Comments
 (0)