From 6fc3e4e5f87b7b61c9fe27ed73e93b8f9f3abc6c Mon Sep 17 00:00:00 2001 From: Arthur Bellal Date: Sat, 2 Mar 2024 08:15:04 +0100 Subject: [PATCH] remove `>` from the installation instructions This PR removes `>`s from the install instructions command to make them copy/paste-able --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 44ccd5d..457237c 100644 --- a/readme.md +++ b/readme.md @@ -22,15 +22,15 @@ Installation ### Brew ```shell -> brew tap ejoffe/homebrew-tap -> brew install ejoffe/tap/spr +brew tap ejoffe/homebrew-tap +brew install ejoffe/tap/spr ``` ### Apt ```shell -> echo "deb [trusted=yes] https://apt.fury.io/inigolabs/ /" | sudo tee /etc/apt/sources.list.d/inigolabs.list -> sudo apt update -> sudo apt install spr +echo "deb [trusted=yes] https://apt.fury.io/inigolabs/ /" | sudo tee /etc/apt/sources.list.d/inigolabs.list +sudo apt update +sudo apt install spr ``` ### Manual @@ -39,7 +39,7 @@ Download the pre-compiled binaries from the [releases page](https://github.com/e ### From source Install [goreleaser](https://goreleaser.com/) and run make. Binaries can be found in the **dist** directory. ```shell -> make bin +make bin ``` Workflow