diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ee0e6d --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +## Description +Watch file change and send notify to your telegram + +## Config Sample + +```yaml +token: "your token" +chatid: yourchatid +max: max length of the send +interval: 10 +path: + - "path1" + - "path2" + - "path3" +``` + +## install + +``` +go install https://github.com/starfork/fwatcher@latest +``` + +## Usage +``` +fwatcher +``` +