Skip to content

Commit

Permalink
New version v0.3.1
Browse files Browse the repository at this point in the history
This adds:
- `--tail` for `wharfer logs`
- `-f` for `wharfer rm`
- `-q` and `--filter` for `wharfer ps`
  • Loading branch information
niklas88 committed Dec 19, 2018
1 parent de844e3 commit 38d8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Setup
# For a build from source
sudo cp $GOPATH/bin/wharfer /usr/local/bin/
# or for the binary release
wget https://github.com/ad-freiburg/wharfer/releases/download/v0.3.0/wharfer_$(uname -m).tar.bz2
wget https://github.com/ad-freiburg/wharfer/releases/download/v0.3.1/wharfer_$(uname -m).tar.bz2
tar -xavf wharfer_$(uname -m).tar.bz2
sudo cp wharfer_$(uname -m)/wharfer /usr/local/bin/wharfer

Expand Down

0 comments on commit 38d8902

Please sign in to comment.