Skip to content

Commit

Permalink
README: clarify treatment of symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jul 25, 2018
1 parent a0d335d commit 601ab6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ restart by modd.

## Symlinks

Modd does not implicitly traverse symlinks. To monitor a symlink, it must be
specified as the base of an include pattern, like this:
Modd does not implicitly traverse symlinks. To monitor a symlink, split the path
specification and the matching pattern, like this:

```
mydir mydir/symlinkdir/** {
mydir/symlinkdir foo.* {
prep: echo changed
}
```
Expand All @@ -199,7 +199,6 @@ the current working directory, the resulting paths for matches, exclusions and
commands will be absolute.



## Syntax

File patterns support the following syntax:
Expand Down

0 comments on commit 601ab6f

Please sign in to comment.