Skip to content

Commit

Permalink
Release v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Dec 23, 2019
1 parent 82b5a51 commit 374c30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v0.14 (2019-12-23)

- Add --auto-start to immediately start the command
(which will then be stopped according to stop-after, etc).

Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ Install via [homebrew](https://brew.sh):
Download the zip file for your OS from the [releases](https://github.com/rwstauner/ynetd/releases) page
or use something like this:

YNETD_VERSION=v0.13
YNETD_VERSION=v0.14
wget -qO /tmp/ynetd.zip https://github.com/rwstauner/ynetd/releases/download/$YNETD_VERSION/ynetd-linux-amd64.zip \
&& unzip -d /usr/local/bin/ /tmp/ynetd.zip \
&& rm -f /tmp/ynetd.zip

To verify the signature of the zip files:

YNETD_VERSION=v0.13
YNETD_VERSION=v0.14
url=https://github.com/rwstauner/ynetd/releases/download/$YNETD_VERSION/ynetd-linux-amd64.zip \
&& wget -qO /tmp/ynetd.zip $url \
&& wget -qO /tmp/ynetd.zip.asc $url.asc \
Expand Down

0 comments on commit 374c30a

Please sign in to comment.