Merge branch 'stemarsh-Development' into Development

This commit is contained in:
Manfred Karrer 2017-10-20 18:57:06 -05:00
commit 1083996d08
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -95,8 +95,8 @@ 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
$ git clone https://github.com/bisq-network/exchange.git 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.