Skip to content

Commit

Permalink
update installer docs to use mac x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Mar 18, 2024
1 parent ed4dad8 commit 058fe61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion desktop/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 058fe61

Please sign in to comment.