From 4a275bbafae4c7a870d6aa5eb529fb1e5e186eb9 Mon Sep 17 00:00:00 2001 From: Aterfax Date: Fri, 8 Nov 2024 02:35:47 +0000 Subject: [PATCH] Update curl commands to use HTTPS prefix. (#94) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eeb02ed..251307b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This script automates the execution of the best benchmarking tools in the indust ## How to Run ``` -curl -sL yabs.sh | bash +curl -sL https://yabs.sh | bash ``` or @@ -35,7 +35,7 @@ wget -qO- yabs.sh | bash ### Flags (Skipping Tests, Reducing iperf Locations, Geekbench 4/5/6, etc.) ``` -curl -sL yabs.sh | bash -s -- -flags +curl -sL https://yabs.sh | bash -s -- -flags ``` | Flag | Description | @@ -64,7 +64,7 @@ Options can be grouped together to skip multiple tests, i.e. `-fg` to skip the d Results from running this script can be sent to your benchmark results website of choice in JSON format. Invoke the `-s` flag and pass the URL to where the results should be submitted to: ``` -curl -sL yabs.sh | bash -s -- -s "https://example.com/yabs/post" +curl -sL https://yabs.sh | bash -s -- -s "https://example.com/yabs/post" ``` JSON results can be sent to multiple endpoints by entering each site joined by a comma (e.g. "https://example.com/yabs/post,http://example.com/yabs2/post"). @@ -73,8 +73,8 @@ Sites supporting submission of YABS JSON results: | Website | Example Command | | --- | --- | -| [YABSdb](https://yabsdb.com/) | `curl -sL yabs.sh \| bash -s -- -s "https://yabsdb.com/add"` | -| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL yabs.sh \| bash -s -- -s https://www.vpsbenchmarks.com/yabs/upload` | +| [YABSdb](https://yabsdb.com/) | `curl -sL https://yabs.sh \| bash -s -- -s "https://yabsdb.com/add"` | +| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL https://yabs.sh \| bash -s -- -s https://www.vpsbenchmarks.com/yabs/upload` | Example JSON output: [example.json](bin/example.json).