From 344cde07d020d1927d53a2800759446d9d1d2591 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 4 Sep 2025 21:36:30 +1000 Subject: [PATCH] feat: Add more info about the installation script to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cceb2a5..e893426 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ For a quick and easy installation on ubuntu/debian you can run the install.sh sc ```bash curl https://git.woodburn.au/nathanwoodburn/firewalletbrowser/raw/branch/main/install.sh | bash ``` +This will install all dependencies (including Node/NPM for an internal HSD node), create a python virtual environment and install the required python packages. +After the script has run you can start the wallet with +```bash +./start.sh +``` + ## Usage