Skip to content

Commit

Permalink
Bump v0.4.0, improve download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas88 committed Jan 23, 2019
1 parent 4ce02bf commit 51f06f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ then do
go get github.com/ad-freiburg/wharfer

Alternatively you can download binary releases
[here](https://github.com/ad-freiburg/wharfer/releases)
[here](https://github.com/ad-freiburg/wharfer/releases) or even simpler, follow
the [Setup](#Setup) section with detailed commands.

Building a Release
------------------
Expand All @@ -44,7 +45,7 @@ Setup
# or for the binary release
cd /tmp
rm wharfer_$(uname -m).tar.bz2
wget https://github.com/ad-freiburg/wharfer/releases/download/v0.3.1/wharfer_$(uname -m).tar.bz2
wget https://github.com/ad-freiburg/wharfer/releases/download/v0.4.0/wharfer_$(uname -m).tar.bz2
tar -xavf wharfer_$(uname -m).tar.bz2
sudo mv wharfer_$(uname -m)/wharfer /usr/local/bin/wharfer

Expand Down

0 comments on commit 51f06f7

Please sign in to comment.