Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove > from the installation instructions #394

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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