Update README regarding Guardfile location

This commit is contained in:
Aaron Kalin and Veezus Kreist 2011-05-25 13:23:08 -05:00 committed by Hashrocket Workstation
parent add80d2831
commit b69aa7677c

View File

@ -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
--------------------