From 4c580ebf186bc241d58d81432c81586398c00727 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 20 May 2024 15:08:34 +0200 Subject: [PATCH] docs: add pacstall installation methode --- website/docs/installation.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 5c25af3f..0e75035d 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -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