Skip to content

Commit

Permalink
docs: add pacstall installation methode
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten authored and andreynering committed Jun 13, 2024
1 parent 3dccde2 commit 4c580eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ can install Task from [winget-pkgs](https://github.com/microsoft/winget-pkgs).
winget install Task.Task
```

### Pacstall
If you are using Debian or Ubuntu, and have [Pacstall](https://pacstall.dev/) installed, you can install Task by running:

```shell
pacstall -I go-task-deb
```

This installation method is community owned. After a new release of Task, it may take some time until it's available in [Pacstall](https://pacstall.dev/packages/go-task-deb).

## Get The Binary

### Binary
Expand Down

0 comments on commit 4c580eb

Please sign in to comment.