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:
18
README.md
18
README.md
@@ -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
|
||||
|
||||

|
||||
|
||||
### Backers
|
||||
|
||||

|
||||
|
||||
### Contributors
|
||||
|
||||

|
||||
|
||||
[make]: https://www.gnu.org/software/make/
|
||||
[releases]: https://github.com/go-task/task/releases
|
||||
[golang]: https://golang.org/
|
||||
|
Reference in New Issue
Block a user