Archived
0

gradle: check operating system

This commit is contained in:
2022-07-26 03:19:47 +03:00
parent c3a0ff1bce
commit afc63de01e
4 changed files with 35 additions and 10 deletions

View File

@@ -7,11 +7,11 @@
## Run Client
```shell
gradle client:run
gradle :client:copyNatives :client:run
```
## Run Server
```shell
gradle client:run
gradle :server:run
```