diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2024-03-16 10:51:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 10:51:32 +0000 |
commit | 6d44c8e30dbdac75b34d05b1de08b2377cffd797 (patch) | |
tree | 2f844df96ee0363cfee08836216afb3871c2cb40 | |
parent | Make a few headers forward declarations (diff) | |
parent | Remove reference to unmaintained AUR helper (diff) | |
download | nheko-6d44c8e30dbdac75b34d05b1de08b2377cffd797.tar.xz |
Merge pull request #1695 from q234rty/patch-2
Remove reference to unmaintained AUR helper
-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. |