From 7ffceae808cde67a0f306d0b0b143ea8fd0458f1 Mon Sep 17 00:00:00 2001 From: Christopher LaPointe Date: Fri, 8 Dec 2023 09:50:27 -0500 Subject: [PATCH] Remove unncessary dash --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e02256f..9304f90 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/index.md b/docs/index.md index ef64179..f933711 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)