From 0df955e2eeb2583dd10ab5500b1876a4be96b05d Mon Sep 17 00:00:00 2001 From: serr Date: Fri, 11 Apr 2025 21:53:57 +0300 Subject: [PATCH] new --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c36fb09..3752321 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 👁️ Eye - Universal Filesystem Watcher -Lightweight directory monitor with automatic rebuild and restart functionality for any project type. +Lightweight directory monitor with automatic rebuild and restart functionality for any project type ## Key Features @@ -11,10 +11,13 @@ Lightweight directory monitor with automatic rebuild and restart functionality f ## Quick Start -1. Configure the script: +1. Place script in your project root +2. Configure the script: ```bash DURATION=5 # Delay between checks WATCH_DIR="src/" # Directory to watch BINARY_PATH="./app" # Output path BUILD_CMD="make build" # Your custom build command -``` \ No newline at end of file +``` +3. Run it: +./eye.sh \ No newline at end of file