mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Updated build documentation to point to correct repository
This commit is contained in:
parent
1e315a4097
commit
32e5060dda
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue