Skip to content

Commit

Permalink
README now references man page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg committed Apr 10, 2012
1 parent 674c61c commit 6a025e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,8 @@ Watch a single file and run a command when it changes in any way.

echo "file.c" | kqfm | while read changes; do make; done

[The man page](https://github.com/gabrielg/kqfm/blob/master/man/kqfm.md) contains some more usage information.

## Others

I wrote this to scratch my own itch, which was for something with no dependencies that operates with plain old text, and leaves things like executing commands to other programs.
Expand Down

0 comments on commit 6a025e1

Please sign in to comment.