Updated build documentation to point to correct repository

This commit is contained in:
Stephen Marsh 2017-10-20 15:53:36 -04:00
parent 1e315a4097
commit 32e5060dda

View file

@ -95,8 +95,8 @@ Build bisq
Now we have all prepared to build the correct bisq jar.
$ git clone https://github.com/bitsquare/bitsquare.git bisq
$ cd bisq
$ git clone https://github.com/bisq-network/exchange exchange
$ 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.