From 5beaddff344b9ac90c334f6a63044d6552df4877 Mon Sep 17 00:00:00 2001
From: Marshall Lochbaum <mwlochbaum@gmail.com>
Date: Tue, 21 Dec 2021 15:19:54 -0500
Subject: [PATCH] Add note about secret server to Arch installation
 instructions

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b52da3d60..616ed7f77 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ can be found in the [GitHub releases](https://github.com/Nheko-Reborn/nheko/rele
 pacaur -S nheko # nheko-git
 ```
 
+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)
 
 ```bash
-- 
GitLab