Skip to content

Commit

Permalink
remove > from the installation instructions
Browse files Browse the repository at this point in the history
This PR removes `>`s from the install instructions command to make them copy/paste-able
  • Loading branch information
arbll authored and ejoffe committed Mar 15, 2024
1 parent 362d313 commit ee694f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee694f5

Please sign in to comment.