From 8c978bbeb313ff60f860ba3a2b1ee52e952cc8d8 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 4 May 2015 01:17:27 +0200 Subject: [PATCH] Update build instructions --- doc/build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build.md b/doc/build.md index 46cbb97824..9b5bb9ffcf 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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 executable jar: `core/target/shaded.jar`. +When the build completes, you will find an executable jar: `gui/target/shaded.jar`. To run it use: - $ java -jar core/target/shaded.jar + $ java -jar gui/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 executable jar: `core/target/shaded.jar`. +When the build completes, you will find an executable jar: `gui/target/shaded.jar`. To run it use: - $ java -jar core/target/shaded.jar + $ java -jar gui/target/shaded.jar Problems? ---------