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