Skip to content

Commit

Permalink
docs: improve install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten authored and andreynering committed Jun 13, 2024
1 parent 53dd0b1 commit 3dccde2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ default.

:::

By default, it installs the latest version available.
You can also specify a tag (available in [releases](https://github.com/go-task/task/releases))
to install a specific version:

```shell
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d v3.36.0
```

### GitHub Actions

If you want to install Task in GitHub Actions you can try using
Expand Down

0 comments on commit 3dccde2

Please sign in to comment.