marked code as shell code

This commit is contained in:
nadrad 2022-09-17 12:06:09 +02:00
parent 79dc11c80a
commit d94f0f2364

View file

@ -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.