Commit c05b559 1 parent 058ae15 commit c05b559 Copy full SHA for c05b559
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ To install `harpoon` you currently have 2 options:
56
56
You can easily download the latest release using the installation script:
57
57
58
58
``` sh
59
- curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo sh
59
+ curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo bash
60
60
```
61
61
62
62
Alternatively, if you want to customize your installation, use the following flags:
63
63
64
64
``` sh
65
- curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo sh -s -- --install-version v0.9 --install-dir ~ /.local/bin/
65
+ curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo bash -s -- --install-version v0.9 --install-dir ~ /.local/bin/
66
66
```
67
67
68
68
(If your current version is ` <= v0.8.2 ` , remove it from ` /usr/local/bin/ ` before installing the new one).
You can’t perform that action at this time.
0 commit comments