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.