From e3bddbd56b3befe86eb594f6c5d61d3c332d9b2e Mon Sep 17 00:00:00 2001 From: Riccardo Bicelli Date: Mon, 5 Jul 2021 17:58:34 +0200 Subject: [PATCH] Typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f47fbd9..5a7ec03 100644 --- a/README.md +++ b/README.md @@ -89,19 +89,19 @@ For running speedtests on WAN interfaces you have to install the speedtest packa From **Diagnostics/Command Prompt** input this commands: -``` +```bash pkg update && pkg install -y py37-speedtest-cli ``` Speedtest python package could be broken at the moment, so you could need an extra step: download the latest version from package author's github repo. -``` - curl -Lo /usr/local/lib/python3.7/site-packages speedtest.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py +```bash +curl -Lo /usr/local/lib/python3.7/site-packages/speedtest.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py ``` For testing if speedtest is installed properly you can try it: -``` +```bash /usr/local/bin/speedtest ```