From 1386018c1c6e072a124c2809d435b1fba935e81b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 24 Apr 2017 10:46:42 -0300 Subject: [PATCH] v1.3.0 --- README.md | 4 ++-- Taskfile.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c456411d..1e520b1f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It aims to be simpler and easier to use then [GNU Make][make]. ## Installation -If you have a [Go][golang] environment setup, you can simply run: +If you have a [Golang][golang] environment setup, you can simply run: ```bash go get -u -v github.com/go-task/task/cmd/task @@ -285,7 +285,7 @@ print-date: Task also adds the following functions: -- `OS`: return operating system. Possible values are "windows", "linux", +- `OS`: Returns operating system. Possible values are "windows", "linux", "darwin" (macOS) and "freebsd". - `ARCH`: return the architecture Task was compiled to: "386", "amd64", "arm" or "s390x". diff --git a/Taskfile.yml b/Taskfile.yml index 03818080..d011016c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -6,6 +6,7 @@ install: - go install -v ./... dl-deps: + desc: Downloads cli dependencies cmds: - go get -u github.com/golang/lint/golint