mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
v1.3.0
This commit is contained in:
parent
70cb1af80e
commit
1386018c1c
@ -9,7 +9,7 @@ It aims to be simpler and easier to use then [GNU Make][make].
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
go get -u -v github.com/go-task/task/cmd/task
|
go get -u -v github.com/go-task/task/cmd/task
|
||||||
@ -285,7 +285,7 @@ print-date:
|
|||||||
|
|
||||||
Task also adds the following functions:
|
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".
|
"darwin" (macOS) and "freebsd".
|
||||||
- `ARCH`: return the architecture Task was compiled to: "386", "amd64", "arm"
|
- `ARCH`: return the architecture Task was compiled to: "386", "amd64", "arm"
|
||||||
or "s390x".
|
or "s390x".
|
||||||
|
@ -6,6 +6,7 @@ install:
|
|||||||
- go install -v ./...
|
- go install -v ./...
|
||||||
|
|
||||||
dl-deps:
|
dl-deps:
|
||||||
|
desc: Downloads cli dependencies
|
||||||
cmds:
|
cmds:
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u github.com/golang/lint/golint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user