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

README improvements

This commit is contained in:
Andrey Nering
2018-07-15 15:47:38 -03:00
parent fe31f5050d
commit 18961e3d07
3 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
[![Join Slack room](https://img.shields.io/badge/%23task-chat%20room-blue.svg)](https://gophers.slack.com/messages/task)
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
# Task - A task runner / simpler Make alternative written in Go
@@ -127,7 +126,7 @@ tasks:
### OS specific task
If you add a `Taskfile_{{GOOS}}.yml` you can override or amend your taskfile
If you add a `Taskfile_{{GOOS}}.yml` you can override or amend your Taskfile
based on the operating system.
Example:
@@ -325,7 +324,6 @@ If you prefer this check to be made by the content of the files, instead of
its timestamp, just set the `method` property to `checksum`.
You will probably want to ignore the `.task` folder in your `.gitignore` file
(It's there that Task stores the last checksum).
This feature is still experimental and can change until it's stable.
```yml
version: '2'