diff --git a/readme.md b/readme.md index 30996cd..d15e3ee 100644 --- a/readme.md +++ b/readme.md @@ -154,7 +154,7 @@ 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: ```sh -wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | bash +wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | sh ``` 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.