fix: Update readme to include windows instructions
All checks were successful
Build Docker / Build Image (push) Successful in 21s

This commit is contained in:
Nathan Woodburn 2024-02-13 10:00:55 +11:00
parent c28874bb1c
commit f525c0f1fd
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -17,12 +17,19 @@ If you have HSD runnning on a separate computer also add the IP here
Make sure HSD is running then run the following commands:
On Linux:
```bash
python3 server.py
# Or for more verbose output
python3 main.py
```
On Windows:
```bash
python main.py
```
Then access the wallet at http://localhost:5000