diff options
author | q234rty <q23456yuiop@gmail.com> | 2024-03-11 21:42:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 21:42:26 +0800 |
commit | bd0133e139789ecf78e9f0f1678327c50ac508c7 (patch) | |
tree | 93ea7fd0ef611c2665dac5b01b0d39c1761fe1f0 | |
parent | Merge pull request #1692 from jjdredd/patch-1 (diff) | |
download | nheko-bd0133e139789ecf78e9f0f1678327c50ac508c7.tar.xz |
Remove reference to unmaintained AUR helper
https://github.com/rmarquis/pacaur is long unmaintained.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 99e1f6e8..37ebcf42 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ sudo pacman -Syu nheko The development version is available in the AUR: ```bash -pacaur -S nheko-git +yay -S nheko-git # Or your favorite way of installing AUR packages ``` Nheko requires a secret server to run, so you'll need to install and configure a service such as [KDE Wallet](https://wiki.archlinux.org/title/KDE_Wallet) or [GNOME Keyring](https://wiki.archlinux.org/title/GNOME/Keyring) if not provided by your desktop environment. |