Skip to content

Commit 13cd574

Browse files
committed
Update readme
1 parent 80f4a8d commit 13cd574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ replace 9000 with your desired port.
1111
### Jar file
1212
You can download the client's jar file [here](https://github.com/anon-real/DistributedSigsServer/releases). To run the client app:
1313
```bash
14-
java -jar ZKTreasury-client-{version}.jar
14+
java -jar ZKTreasury-server-{version}.jar
1515
# similarly if you want to provide config file:
16-
java -jar -Dconfig.file="path/to/your/config/file" ZKTreasury-client-{version}.jar
16+
java -jar -Dconfig.file="path/to/your/config/file" ZKTreasury-server-{version}.jar
1717

1818
```
1919
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

Comments
 (0)