From 727284da14fa03254079d8d03e3fc1a0208257c1 Mon Sep 17 00:00:00 2001 From: Nevik Rehnel Date: Sat, 20 Oct 2012 15:21:53 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06d1226..f95e0d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -gitwatch -======== +#gitwatch -A script to watch a file or folder and commit changes to a git repo \ No newline at end of file +A bash script to watch a file or folder and commit changes to a git repo + +##Requirements +To run this script, you must have installed and globally available: +* `git` ( [git/git](https://github.com/git/git) | http://www.git-scm.com ) +* `inotifywait` (part of **inotify-tools**: [rvoicilas/inotify-tools](https://github.com/rvoicilas/inotify-tools) ) \ No newline at end of file