mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 12:39:23 +00:00
update instructions to build Haveno binaries
This commit is contained in:
parent
ee3e4fb383
commit
7de40e2c33
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Follow these instructions to create installers for the Haveno Java desktop appli
|
||||||
|
|
||||||
## Build Haveno binaries
|
## Build Haveno binaries
|
||||||
|
|
||||||
`make clean && make` (or `make clean && make skip-tests`)
|
`./gradlew clean build --refresh-keys --refresh-dependencies` (or `make clean && skip-tests` after refreshed)
|
||||||
|
|
||||||
## Create installer and install on each platform
|
## Create installer and install on each platform
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue