From d94f0f236407bf0ed272f30f6a296c615cce5725 Mon Sep 17 00:00:00 2001 From: nadrad Date: Sat, 17 Sep 2022 12:06:09 +0200 Subject: [PATCH] marked code as shell code --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 56a41d9..30996cd 100644 --- a/readme.md +++ b/readme.md @@ -153,7 +153,9 @@ In Arch Linux, you can use the `h-m-m-git` AUR package to install it. You can run the following command to install h-m-m: - wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | bash +```sh +wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | bash +``` This command downloads and runs the install.sh script, which it turn downloads h-m-m, copies it to `/usr/local/bin`, checks the dependencies, and makes it executable.