mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-24 09:21:23 -04:00
commit
da564d3e4f
1 changed files with 4 additions and 4 deletions
|
@ -18,9 +18,9 @@ What follows is explained in detail in the sections below, but for those who kno
|
|||
$ cd bitsquare
|
||||
$ mvn package
|
||||
|
||||
When the build completes, you will find an excutable jar: `gui/target/shaded.jar`.
|
||||
When the build completes, you will find an executable jar: `core/target/shaded.jar`.
|
||||
To run it use:
|
||||
$ java -jar gui/target/shaded.jar
|
||||
$ java -jar core/target/shaded.jar
|
||||
|
||||
To build the binary needs a bit more preparation as we use [UpdateFX](https://github.com/vinumeris/updatefx) for automatic updates.
|
||||
You can find more information in the build scripts under package.
|
||||
|
@ -62,10 +62,10 @@ Bitsquare uses maven as a build system.
|
|||
|
||||
### 3. Run
|
||||
|
||||
When the build completes, you will find an excutable jar: `gui/target/shaded.jar`.
|
||||
When the build completes, you will find an executable jar: `core/target/shaded.jar`.
|
||||
To run it use:
|
||||
|
||||
$ java -jar gui/target/shaded.jar
|
||||
$ java -jar core/target/shaded.jar
|
||||
|
||||
Problems?
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue