Skip to content

Commit c05b559

Browse files
committed
docs: update installation command
Signed-off-by: Alessio Greggi <[email protected]>
1 parent 058ae15 commit c05b559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ To install `harpoon` you currently have 2 options:
5656
You can easily download the latest release using the installation script:
5757

5858
```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
6060
```
6161

6262
Alternatively, if you want to customize your installation, use the following flags:
6363

6464
```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/
6666
```
6767

6868
(If your current version is `<= v0.8.2`, remove it from `/usr/local/bin/` before installing the new one).

0 commit comments

Comments
 (0)