Update README.md (#92)

Add installation section and note that GTK is needed for AppImage.
This commit is contained in:
Daniel Gonzalez Gasull 2023-06-29 23:09:23 +00:00 committed by GitHub
parent 2efa5dfa21
commit 0055927db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -74,3 +74,13 @@ The wallet can hold several accounts with different seeds, secret keys, or viewi
Speaking of watch-only accounts, it is possible to spend from them using the companion tool. After confirming the transfer, the wallet creates an unsigned transaction file. I transfer it by USB OTG and sign it on my offline laptop. Finally, I bring it back to YWallet for broadcasting.
## 1. Sync speed
Finally, the wallet is currently the fastest by far and scales well to large accounts with thousands of notes and transactions. Also, it starts quickly and synchronizes in seconds. I dont have to think about keeping it in sync.
# Installation
The installation packages are on the [releases page](https://github.com/hhanh00/zwallet/releases).
The `AppImage` Linux download requires that you [install GTK in your system](https://www.gtk.org/docs/installations/linux/#installing-gtk-from-packages). For example, for Debian GNU/Linux, run:
```
sudo apt install libgtk-4-1
```