update installer docs to use mac x86_64

This commit is contained in:
woodser 2024-03-18 05:13:16 -04:00
parent ed4dad809b
commit 058fe61e75

View File

@ -11,13 +11,17 @@ Follow these instructions to create installers for the Haveno Java desktop appli
#### Linux
From x86_64 machine:
1. `./gradlew packageInstallers`
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.
Haveno data folder on Linux: `/home/<username>/.local/share/Haveno/`
#### Mac
#### macOS
From x86_64 machine:
1. `./gradlew packageInstallers`
2. Confirm prompts.