From 963fb5f95bc88e92cd19ebff0f5dfd64431fef91 Mon Sep 17 00:00:00 2001 From: Jack Greyhat Date: Thu, 28 Jan 2021 13:41:59 +0100 Subject: [PATCH] readme formatting --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45a8c7f..f218ddb 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,17 @@ Screenshot:
- https://www.speedtest.net/apps/cli - Verify you are running Speedtest CLI by Ookla by issuing the following command on your CLI:
`speedtest --version`
- Expected output:
- `Speedtest by Ookla ...`
- Note: There is also the "speedtest-cli" package, which is possibly provided by your distribution's repository. This package, however, does not follow the same cli commands as the Ookla's Speedtest CLI package and is built with Python. It is known to under perform in some cases. This dashboard will not work out of the box with the "speedtest-cli" package. Prefer to install Ookla's package. + Expected example output:
+ ``` + Speedtest by Ookla 1.0.0.2 (5ae238b) Linux/x86_64-linux-musl 5.4.0-64-generic x86_64 + + The official command line client for testing the speed and performance + of your internet connection. + + ``` + Note:
+ There is also the "speedtest-cli" package, which is possibly provided by your distribution's repository. This package, however, does not follow the same cli commands as the Ookla's Speedtest CLI package and is built with Python. It is known to under perform in some cases.
+ This dashboard will not work out of the box with the "speedtest-cli" package. Prefer to install Ookla's package.