From c236cb964dd9c37d9cae8a949b813b054ae9deb5 Mon Sep 17 00:00:00 2001
From: Nathan Woodburn <github@nathan.woodburn.au>
Date: Fri, 31 Jan 2025 16:53:22 +1100
Subject: [PATCH] feat: Add setup website to readme

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9eabc76..fd3df84 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # FireWalletBrowser
 ## Installation
 
+See [here](https://firewallet.au/setup) for instructions on how to setup a FireWallet
+
 ```bash
 git clone https://github.com/Nathanwoodburn/firewalletbrowser.git
 cd firewalletbrowser
@@ -119,7 +121,7 @@ HSD_API: HSD API key
 HSD_IP: HSD IP address
 THEME: Theme to use (dark-purple, black)
 SHOW_EXPIRED: Show expired domains (true/false)
-EXCLUDE: Comma separated list of wallets to exclude from the wallet list
+EXCLUDE: Comma separated list of wallets to exclude from the wallet list (default primary)
 EXPLORER_TX: URL for exploring transactions (default https://niami.io/tx/)
 HSD_NETWORK: Network to connect to (main, regtest, simnet)
 ```