From 6f6939bae1cb6b9c495daf4f429cccd5702d9e62 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kalucki Date: Wed, 11 Sep 2024 14:17:21 +0200 Subject: [PATCH] updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 456a376..eaace0f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ This project attempts to implement service similiar to unix logrotate as windows is insane and doesn't really have a valid equivalent. Also I wanted to play with go. Use at your own peril. ### Config -See configs/wingologrotate.yaml for example config. \ No newline at end of file +See configs/wingologrotate.yaml for example config. + +### Installation +- place exe in desired directory +- create configs/wingologrotate.yaml in same location +- run wingologrotate.exe install as administrator + +### Compatibility +Tested on Windows 10 and Windows Server 2019. It should run on any modern windows distribution. \ No newline at end of file