File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It aims to be simpler and easier to use then [GNU Make][make].
99
1010## Installation
1111
12- If you have a [ Go ] [ golang ] environment setup, you can simply run:
12+ If you have a [ Golang ] [ golang ] environment setup, you can simply run:
1313
1414``` bash
1515go get -u -v github.com/go-task/task/cmd/task
@@ -285,7 +285,7 @@ print-date:
285285
286286Task also adds the following functions :
287287
288- - `OS` : return operating system. Possible values are "windows", "linux",
288+ - `OS` : Returns operating system. Possible values are "windows", "linux",
289289 " darwin" (macOS) and "freebsd".
290290- `ARCH` : return the architecture Task was compiled to: "386", "amd64", "arm"
291291 or "s390x".
Original file line number Diff line number Diff line change 66 - go install -v ./...
77
88dl-deps :
9+ desc : Downloads cli dependencies
910 cmds :
1011 - go get -u github.com/golang/lint/golint
1112
You can’t perform that action at this time.
0 commit comments