From 02fa416bab4552e09f70124140f326637c18b0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Tue, 21 Apr 2026 00:02:47 +0800 Subject: [PATCH] doc: readme: correct markdown indentation for unordered list items (#569) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3f50fe9..e5d61bb 100644 --- a/README.md +++ b/README.md @@ -272,23 +272,23 @@ In **Hardware-only** mode, the script only reports CPU information and per-CVE h - Get the latest version of the script using `curl` *or* `wget` -```bash -curl -L https://meltdown.ovh -o spectre-meltdown-checker.sh -wget https://meltdown.ovh -O spectre-meltdown-checker.sh -``` + ```bash + curl -L https://meltdown.ovh -o spectre-meltdown-checker.sh + wget https://meltdown.ovh -O spectre-meltdown-checker.sh + ``` - Inspect the script. You never blindly run scripts you downloaded from the Internet, do you? -```bash -vim spectre-meltdown-checker.sh -``` + ```bash + vim spectre-meltdown-checker.sh + ``` - When you're ready, run the script as root -```bash -chmod +x spectre-meltdown-checker.sh -sudo ./spectre-meltdown-checker.sh -``` + ```bash + chmod +x spectre-meltdown-checker.sh + sudo ./spectre-meltdown-checker.sh + ``` ### Using a docker container