Skip to content

Commit

Permalink
doc: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor committed Jun 8, 2022
1 parent c6a0287 commit fd28af7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ release:
### Mac
first time:
```
brew tap dpastoor/tap
brew install qvm
brew install dpastoor/tap/qvm
```
upgrade:
```
brew upgrade qvm
```
### Linux
```
sudo wget https://github.com/dpastoor/qvm/releases/download/{{ .Tag }}/qvm_Linux_amd64.tar.gz -O /tmp/qvm.tar.gz
sudo wget https://github.com/dpastoor/qvm/releases/download/{{ .Tag }}/qvm_Linux_x86_64.tar.gz -O /tmp/qvm.tar.gz
sudo tar xzf /tmp/qvm.tar.gz qvm
sudo mv qvm /usr/local/bin/qvm
sudo chmod +x /usr/local/bin/qvm
Expand Down

0 comments on commit fd28af7

Please sign in to comment.