Skip to content

Commit

Permalink
fix release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jun 25, 2020
1 parent e5cc348 commit e40d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ go get -u github.com/aybabtme/humanlog/...
## On linux

```bash
wget -qO- https://github.com/aybabtme/humanlog/releases/download/{{.version}}/humanlog_Linux_x86_64.tar.gz | tar xvz
wget -qO- https://github.com/aybabtme/humanlog/releases/download/{{.version}}/humanlog_{{.version}}_linux_amd64.tar.gz | tar xvz
```

## On OS X
Expand Down

0 comments on commit e40d8fc

Please sign in to comment.