Skip to content

Commit

Permalink
Remove unncessary dash
Browse files Browse the repository at this point in the history
  • Loading branch information
zix99 committed Dec 8, 2023
1 parent e49dbb1 commit 7ffceae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ More details on various output formats and aggregators (including examples) can
This script downloads the latest version from github, and installs it to `~/.local/bin` (`/usr/bin` if *root*).

```sh
curl -sfL https://rare.zdyn.net/install.sh | bash -
curl -sfL https://rare.zdyn.net/install.sh | bash
```

### Manual (Prebuilt Binary)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Take a look at [examples](usage/examples.md) to see more of what *rare* does.
This script downloads the latest version from github, and installs it to `~/.local/bin` (`/usr/bin` if *root*).

```sh
curl -sfL https://rare.zdyn.net/install.sh | bash -
curl -sfL https://rare.zdyn.net/install.sh | bash
```

### Manual (Prebuilt Binary)
Expand Down

0 comments on commit 7ffceae

Please sign in to comment.