Skip to content

Commit

Permalink
prepare for v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Sep 6, 2017
1 parent f854506 commit 66e0083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ the API [can be found at godoc][godoc].
Find your target operating system (darwin, windows, linux) and desired bin
directory, and modify the command below as appropriate:

curl --silent --location https://github.com/kevinburke/hostsfile/releases/download/1.1/hostsfile-linux-amd64 > /usr/local/bin/hostsfile && chmod 755 /usr/local/bin/hostsfile
curl --silent --location https://github.com/kevinburke/hostsfile/releases/download/1.2/hostsfile-linux-amd64 > /usr/local/bin/hostsfile && chmod 755 /usr/local/bin/hostsfile

On Travis, you may want to create `$HOME/bin` and write to that, since
/usr/local/bin isn't writable with their container-based infrastructure.

The latest version is 1.1.
The latest version is 1.2.

If you have a Go development environment, you can also install via source code:

Expand Down

0 comments on commit 66e0083

Please sign in to comment.