Skip to content

Commit

Permalink
docs: update installation command
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jan 23, 2025
1 parent 058ae15 commit c05b559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ To install `harpoon` you currently have 2 options:
You can easily download the latest release using the installation script:

```sh
curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo sh
curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo bash
```

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

```sh
curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo sh -s -- --install-version v0.9 --install-dir ~/.local/bin/
curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo bash -s -- --install-version v0.9 --install-dir ~/.local/bin/
```

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

0 comments on commit c05b559

Please sign in to comment.