mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-23 03:59:36 +00:00
update installer docs to use mac x86_64
This commit is contained in:
parent
ed4dad809b
commit
058fe61e75
1 changed files with 5 additions and 1 deletions
|
@ -11,13 +11,17 @@ Follow these instructions to create installers for the Haveno Java desktop appli
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
|
From x86_64 machine:
|
||||||
|
|
||||||
1. `./gradlew packageInstallers`
|
1. `./gradlew packageInstallers`
|
||||||
2. Confirm prompts.
|
2. Confirm prompts.
|
||||||
3. Path to installer printed at end. Execute to install: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
|
3. Path to installer printed at end. Execute to install: `sudo dpkg -i <path>.deb` or open `<path>.deb` with Software Install.
|
||||||
|
|
||||||
Haveno data folder on Linux: `/home/<username>/.local/share/Haveno/`
|
Haveno data folder on Linux: `/home/<username>/.local/share/Haveno/`
|
||||||
|
|
||||||
#### Mac
|
#### macOS
|
||||||
|
|
||||||
|
From x86_64 machine:
|
||||||
|
|
||||||
1. `./gradlew packageInstallers`
|
1. `./gradlew packageInstallers`
|
||||||
2. Confirm prompts.
|
2. Confirm prompts.
|
||||||
|
|
Loading…
Reference in a new issue