We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ba072 commit d5e40f8Copy full SHA for d5e40f8
1 file changed
README.md
@@ -18,6 +18,20 @@ Interactive split-pane TUI for [jetro](https://github.com/mitghi/jetro) — past
18
19
## Install
20
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
31
+curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitghi/jetrocli/releases/latest/download/jetrocli-installer.sh | sh
32
33
34
+### From source
35
36
```sh
37
git clone https://github.com/mitghi/jetrocli
0 commit comments