From 9d3db2c5bb1871878b6660e2b94494fb71acd1c7 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 3 Mar 2022 20:23:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3bfc38..5e53b30 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It is build around cURL from [https://curl.se/](https://curl.se/). To check if your system provided `curl` will work you can test it on the cli like this: -- Linux `$ ./curl https://thl-cmk.hopto.org -s -o /dev/null -w %{json}` +- Linux `$ curl https://thl-cmk.hopto.org -s -o /dev/null -w %{json}` - Windows `C:\>curl https://thl-cmk.hopto.org -s -o NUL -w %{json}` The output should look like this -- GitLab