We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f4a8d commit 13cd574Copy full SHA for 13cd574
README.md
@@ -11,9 +11,9 @@ replace 9000 with your desired port.
11
### Jar file
12
You can download the client's jar file [here](https://github.com/anon-real/DistributedSigsServer/releases). To run the client app:
13
```bash
14
-java -jar ZKTreasury-client-{version}.jar
+java -jar ZKTreasury-server-{version}.jar
15
# similarly if you want to provide config file:
16
-java -jar -Dconfig.file="path/to/your/config/file" ZKTreasury-client-{version}.jar
+java -jar -Dconfig.file="path/to/your/config/file" ZKTreasury-server-{version}.jar
17
18
```
19
If you want to run the client on different port also add `-Dhttp.port=8000` and replace 8000 with your desired port.
0 commit comments