mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 14:24:06 +01:00
Fix typo in 'Running Bisq' section of README
This commit is contained in:
parent
9888f93bfe
commit
7f1da8a344
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ You will need OpenJDK [JDK 10](https://jdk.java.net/10/) installed to complete t
|
|||
|
||||
With the above build complete, the Bisq executable jar is now available in the `desktop/build/libs/` directory. Run it as follows, replacing `{version}` with the actual version found in the filename:
|
||||
|
||||
java -jar desktop/build/libs/desktop-{version}-all.jar`
|
||||
java -jar desktop/build/libs/desktop-{version}-all.jar
|
||||
|
||||
|
||||
## Importing Bisq into Intellij IDEA
|
||||
|
|
Loading…
Add table
Reference in a new issue