From 896c4496065c4f6290537135168e9a2f8f753b0f Mon Sep 17 00:00:00 2001 From: Chase C <13863948+ChaseCares@users.noreply.github.com> Date: Sat, 6 May 2023 08:09:04 -0400 Subject: [PATCH] fix aur name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7c858d..4f44671 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Installation - You can install the latest release from [crates.io][crates.io] using `cargo install cmus-notify` - You can also install the latest version from the git repository using `cargo install --git https://github.com/anas-elgarhy/cmus-notify` -- Or if you use Arch Linux, you can install the [AUR package][aur package] using your favorite AUR helper. e.g. `yay -S notify-cmus` +- Or if you use Arch Linux, you can install the [AUR package][aur package] using your favorite AUR helper. e.g. `yay -S cmus-notify` ## Usage - Run `cmus-notify` in your terminal to start the program, the program will run in the background and will notify you about cmus status changes @@ -35,6 +35,6 @@ [repo]: https://github.com/anas-elgarhy/cmus-notify [crates.io]: https://crates.io/crates/cmus-notify -[aur package]: https://aur.archlinux.org/packages/notify-cmus/ +[aur package]: https://aur.archlinux.org/packages/cmus-notify/ [just]: https://github.com/casey/just [grcov]:https://github.com/mozilla/grcov