mirror of
https://github.com/go-task/task.git
synced 2025-02-13 13:59:32 +02:00
docs: update tea installation method to pkgx (#1546)
This commit is contained in:
parent
0b74a57b4c
commit
696fb38f3b
@ -29,23 +29,23 @@ so you also have that option if you prefer:
|
|||||||
brew install go-task
|
brew install go-task
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tea
|
### pkgx
|
||||||
|
|
||||||
If you're on macOS or Linux and have [tea][tea] installed, getting Task is as
|
If you're on macOS or Linux and have [pkgx](https://pkgx.sh/) installed, getting Task is as
|
||||||
simple as running:
|
simple as running:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tea task
|
pkgx task
|
||||||
```
|
```
|
||||||
|
|
||||||
or, if you have tea’s magic enabled:
|
or, if you have pkgx integration enabled:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
task
|
task
|
||||||
```
|
```
|
||||||
|
|
||||||
This installation method is community owned. After a new release of Task, they
|
This installation method is community owned. After a new release of Task, they
|
||||||
are automatically released by tea in a minimum of time.
|
are automatically released by pkgx in a minimum of time.
|
||||||
|
|
||||||
### Snap
|
### Snap
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user