Skip to content

Commit

Permalink
Correct binary install link in README (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed Aug 2, 2021
1 parent de2f967 commit 35d36e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Kbrew abstracts the underlying chart or operator or manifest and gives you a rec
### Install the pre-compiled binary

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

### Compiling from source
Expand Down

0 comments on commit 35d36e1

Please sign in to comment.