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
|
$ 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).
|
Add the guards you need to your Guardfile (see the existing guards below).
|
||||||
|
|
||||||
### On Mac OS X
|
### 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
|
$ 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
|
Command line options
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user