Skip to content

Commit 1386018

Browse files
committed
v1.3.0
1 parent 70cb1af commit 1386018

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
go get -u -v github.com/go-task/task/cmd/task
@@ -285,7 +285,7 @@ print-date:
285285

286286
Task 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".

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install:
66
- go install -v ./...
77

88
dl-deps:
9+
desc: Downloads cli dependencies
910
cmds:
1011
- go get -u github.com/golang/lint/golint
1112

0 commit comments

Comments
 (0)