1
0
Fork 0
mirror of https://github.com/bisq-network/bisq.git synced 2025-03-13 11:09:10 +01:00

Fix path in build.md

This commit is contained in:
Manfred Karrer 2017-10-20 19:00:13 -05:00
parent 06b0ddf696
commit 96fe221eac
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -96,7 +96,7 @@ Build bisq
Now we have all prepared to build the correct bisq jar.
$ git clone https://github.com/bisq-network/exchange.git bisq
$ cd bisq
$ cd exchange
$ mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true
When the build completes, you will find an executable jar: `gui/target/shaded.jar` and a ./lib directory.