From b69aa7677ce100b3efdf423e08248be395af53ed Mon Sep 17 00:00:00 2001 From: Aaron Kalin and Veezus Kreist Date: Wed, 25 May 2011 13:23:08 -0500 Subject: [PATCH] Update README regarding Guardfile location --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a07aa6f..94e47da 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,8 @@ Generate an empty Guardfile with: $ guard init ``` +You may optionally place this Guardfile in your home directory to use it across multiple projects. + Add the guards you need to your Guardfile (see the existing guards below). ### On Mac OS X @@ -101,6 +103,8 @@ or if you use Bundler, to run the Guard executable specific to your bundle: $ bundle exec guard ``` +Guard will look for a Guardfile in your current directory. If it does not find one, it will look in your home directory for one. + Command line options -------------------- @@ -310,4 +314,4 @@ Author Contributors ------ -https://github.com/guard/guard/contributors \ No newline at end of file +https://github.com/guard/guard/contributors