mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
update packaging docs for AppImage
This commit is contained in:
parent
61158e9750
commit
6fe093ff4a
1 changed files with 3 additions and 1 deletions
|
@ -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/`
|
||||
|
||||
|
|
Loading…
Reference in a new issue