Skip to content

Commit 35d36e1

Browse files
authored
Correct binary install link in README (#108)
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
1 parent de2f967 commit 35d36e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kbrew abstracts the underlying chart or operator or manifest and gives you a rec
2727
### Install the pre-compiled binary
2828

2929
```bash
30-
$ curl -sfL https://raw.githubusercontent.com/kbrew-dev/kbrew-release/main/install.sh | sh
30+
$ curl -sfL https://raw.githubusercontent.com/kbrew-dev/kbrew/main/install.sh | sh
3131
```
3232

3333
### Compiling from source

0 commit comments

Comments
 (0)