We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6855abd commit 10810a9Copy full SHA for 10810a9
README.md
@@ -18,7 +18,7 @@ Your node must support distributed signatures (currently, distributed-sig branch
18
To run the code in development run `sbt "run 9001"` in the main directory to start the client. Load the UI in http://localhost:9001.
19
replace 9001 with your desired port.
20
### Jar file
21
-You can download the client's jar file [here](/releases). To run the client app:
+You can download the client's jar file [here](https://github.com/anon-real/DistributedSigsClient/releases). To run the client app:
22
```bash
23
java -jar -Dconfig.file="path/to/your/config/file" ZKTreasury-client-{version}.jar
24
```
0 commit comments