1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Update README.md and CONTRIBUTING.md

This commit is contained in:
Andrey Nering
2018-04-07 14:33:10 -03:00
parent 7fca9732e7
commit 15f50c0e58
2 changed files with 15 additions and 8 deletions

View File

@@ -48,9 +48,7 @@ If you're on macOS and have [Homebrew][homebrew] installed, getting Task is
as simple as running:
```bash
brew update
brew tap go-task/tap
brew install go-task
brew install go-task/tap/go-task
```
### Snap
@@ -624,7 +622,7 @@ tasks:
- echo "This will print nothing" > /dev/null
```
## Watch tasks (experimental)
## Watch tasks
If you give a `--watch` or `-w` argument, task will watch for file changes
and run the task again. This requires the `sources` attribute to be given,
@@ -648,6 +646,18 @@ various use cases.
- Make based:
- [tj/mmake][mmake]
### Sponsors
![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)
### Backers
![Backers](https://opencollective.com/task/backers.svg?width=890)
### Contributors
![Contributors](https://opencollective.com/task/contributors.svg?width=890)
[make]: https://www.gnu.org/software/make/
[releases]: https://github.com/go-task/task/releases
[golang]: https://golang.org/