Skip to content

Commit

Permalink
[#9] Fix wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 10, 2019
1 parent 5e7afe5 commit 6bacce3
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 @@ -26,7 +26,7 @@ $ http -f POST "https://push.example.de/message?token=<apptoken>" title="my titl

Download the [latest release][release] for your os: (this example uses version `v1.2.0`)
```bash
$ wget -o gotify https://github.com/gotify/cli/releases/download/v1.2.0/gotify-cli-linux-amd64
$ wget -O gotify https://github.com/gotify/cli/releases/download/v1.2.0/gotify-cli-linux-amd64
# or
$ curl -Lo gotify https://github.com/gotify/cli/releases/download/v1.2.0/gotify-cli-linux-amd64
```
Expand Down

0 comments on commit 6bacce3

Please sign in to comment.