summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-03-05 18:37:32 +0000
committerGitHub <noreply@github.com>2023-03-05 18:37:32 +0000
commitb0e4cce065ec795660df4abf5c37d24fe849b168 (patch)
tree853e4b66020664138cc815cc991cd77631337955
parentTranslated using Weblate (Chinese (Simplified)) (diff)
parentAdd reference to nheko-git development package (diff)
downloadnheko-b0e4cce065ec795660df4abf5c37d24fe849b168.tar.xz
Merge pull request #1403 from LcsTen/update-archlinux-instructions
Update Arch Linux installation instructions
-rw-r--r--README.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/README.md b/README.md

index d2621b15..0463599a 100644 --- a/README.md +++ b/README.md
@@ -59,24 +59,16 @@ can be found in the [GitHub releases](https://github.com/Nheko-Reborn/nheko/rele #### Arch Linux ```bash -pacaur -S nheko # nheko-git +sudo pacman -Syu nheko ``` -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. - -Binary releases of the stable builds are available (using [Open Build Service](https://build.opensuse.org/)). To add this [unofficial repository](https://wiki.archlinux.org/title/Unofficial_user_repositories), execute the following block after reviewing the [PKGBUILD and service files](https://build.opensuse.org/package/show/home:digital_mystik:AUR/nheko): +The development version is available in the AUR: -``` -curl -s 'https://download.opensuse.org/repositories/home:/digital_mystik:/AUR/Arch/x86_64/home_digital_mystik_AUR_Arch.key' | sudo pacman-key -a - && sudo pacman-key --lsign-key 4D41B287F3ABC4B8 -echo ' -[home_digital_mystik_AUR_Arch] -Server = https://download.opensuse.org/repositories/home:/digital_mystik:/AUR/Arch/x86_64/' | sudo tee --append /etc/pacman.conf -sudo pacman -Syu nheko +```bash +pacaur -S nheko-git ``` -This imports the repository's public PGP key and locally signs it, adds the pertinent entry to `/etc/pacman.conf`, and installs nheko after updating the databases/system; one can now treat nheko as a typical package. - -To undo these changes, delete the repository entry from `/etc/pacman.conf`, and remove the public signing key with `sudo pacman-key -d 4D41B287F3ABC4B8`. +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. #### Debian (10 and above) / Ubuntu (18.04 and above)