Update README.md

This commit is contained in:
Andrei Yankovich 2021-05-01 14:49:50 +03:00 committed by GitHub
parent fd07683605
commit 27841448b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,15 @@ Becouse This library offers easy interface to control your demons likewise the m
* Auto create a Service from your server or yor daemon utility.
* Auto create a Controller of your Service.
## Deffault sopprted commands
* install - deploys your daemon into your host system.
* unistall - removes old deployed daemon.
* start - starts your service
* stop - stops ypur service
* pause - sends pause command to your daemon
* upause (resume) - sends resume coomand to your daemon
## Include
### For cmake projects