update packaging docs for AppImage
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled

This commit is contained in:
woodser 2024-10-02 10:39:05 -04:00
parent 61158e9750
commit 6fe093ff4a

View file

@ -7,10 +7,12 @@ Follow these instructions to create installers for the Haveno Java desktop appli
From x86_64 machine:
1. `sudo apt-get update`
2. `sudo apt install -y rpm fuse`
1. `./gradlew clean build --refresh-keys --refresh-dependencies` (or `make clean && skip-tests` after refreshed)
2. `./gradlew packageInstallers`
3. Confirm prompts.
4. Path to installer is printed at the end. Execute to install: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
4. Path to installer is printed at the end. Execute to install, e.g.: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
Haveno data folder on Linux: `/home/<username>/.local/share/Haveno/`