Update README regarding Guardfile location
This commit is contained in:
parent
add80d2831
commit
b69aa7677c
@ -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
|
||||
https://github.com/guard/guard/contributors
|
||||
|
Loading…
Reference in New Issue
Block a user