From 7d23b6568459b5964ca02610ec13b3ec1f33446e Mon Sep 17 00:00:00 2001 From: Chase C <13863948+ChaseCares@users.noreply.github.com> Date: Sat, 6 May 2023 12:11:09 -0400 Subject: [PATCH] Revert "fix aur name" This reverts commit 896c4496065c4f6290537135168e9a2f8f753b0f. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244fa7f..5ebd89e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - 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 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` ## Usage @@ -37,6 +37,6 @@ > You can see the all the available tasks and aliases in the [justfile](./justfile), or by running `just --list` [crates.io]: https://crates.io/crates/cmus-notify -[aur package]: https://aur.archlinux.org/packages/cmus-notify/ +[aur package]: https://aur.archlinux.org/packages/notify-cmus/ [just]: https://github.com/casey/just [grcov]: https://github.com/mozilla/grcov