Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsq committed Jun 29, 2020
1 parent 35ef8a6 commit 3a69a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ You can also install by release(linux64 only);

Before you begin, ensure you have installed the latest version of Go. See the [Go documentation](https://golang.org/doc/install) for details.

`$ go get -u github.com/rafaelsq/wtc`


## Usage

Expand Down Expand Up @@ -111,7 +113,7 @@ You can also trig a rule using `wtc -t`, example;

## Dev

`$ make` will watch for changes and run `go install`
`$ make` will watch for changes and run `go install` or just run `$ go run main.go`
```yaml
debounce: 100
ignore: "\\.git/"
Expand Down

0 comments on commit 3a69a38

Please sign in to comment.