sysmon/client/README.md

14 lines
173 B
Markdown

# Client
Client component.
## Development
### Build & Test
Use the gradle build tool, which will download all required dependencies:
```shell
./gradlew clean build
```