From 6bacce3980e7a8bdaff3c49e6f9671ac160da228 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 10 Mar 2019 08:07:22 +0100 Subject: [PATCH] [#9] Fix wget command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab827c..7156bca 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ http -f POST "https://push.example.de/message?token=" 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 ```