Skip to content

Commit d5e40f8

Browse files
committed
update README
1 parent 76ba072 commit d5e40f8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Interactive split-pane TUI for [jetro](https://github.com/mitghi/jetro) — past
1818

1919
## Install
2020

21+
### Homebrew (macOS / Linux)
22+
23+
```sh
24+
brew tap mitghi/jetrocli https://github.com/mitghi/homebrew-jetrocli
25+
brew install jetrocli
26+
```
27+
28+
### Shell installer
29+
30+
```sh
31+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitghi/jetrocli/releases/latest/download/jetrocli-installer.sh | sh
32+
```
33+
34+
### From source
2135

2236
```sh
2337
git clone https://github.com/mitghi/jetrocli

0 commit comments

Comments
 (0)