Skip to content

Commit

Permalink
fix: installation method titles in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Jan 2, 2025
1 parent 058afc9 commit 080b1ab
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ are not maintained by the Task team and may not be up-to-date.

## Package Managers

### [Homebrew][homebrew] ![macOS][macos] ![Linux][linux]
### [Homebrew][homebrew] ![][macos] ![][linux]

Task is available via our official Homebrew tap [[source](https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb)]:

Expand All @@ -35,7 +35,7 @@ repository [[package](https://formulae.brew.sh/formula/go-task)]
brew install go-task
```

### [Snap][snapcraft] ![MacOS][macos] ![Linux][linux]
### [Snap][snapcraft] ![][macos] ![][linux]

Task is available on [Snapcraft][snapcraft] [[source](https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml)], but keep in mind that your Linux
distribution should allow classic confinement for Snaps to Task work correctly:
Expand All @@ -44,73 +44,73 @@ distribution should allow classic confinement for Snaps to Task work correctly:
sudo snap install task --classic
```

### [npm][npm] ![MacOS][macos] ![Linux][linux] ![Windows][windows]
### [npm][npm] ![][macos] ![][linux] ![][windows]

Npm can be used as cross-platform way to install Task globally or as a
dependency of your project
[[package](https://www.npmjs.com/package/@go-task/cli)] [[source](https://github.com/go-task/task/blob/main/package.json)].
[[package](https://www.npmjs.com/package/@go-task/cli)] [[source](https://github.com/go-task/task/blob/main/package.json)]:

```shell
npm install -g @go-task/cli
```

### [Winget][winget] ![Windows][windows]
### [Winget][winget] ![][windows]

Task is available via the [community repository](https://github.com/microsoft/winget-pkgs) [[source](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/Task/Task)].
Task is available via the [community repository](https://github.com/microsoft/winget-pkgs) [[source](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/Task/Task)]:

```shell
winget install Task.Task
```

### [Chocolatey][choco] ![Windows][windows] ![Community][community]
### [Chocolatey][choco] ![][windows] ![][community]

[[package](https://community.chocolatey.org/packages/go-task)] [[source](https://github.com/Starz0r/ChocolateyPackagingScripts/blob/master/src/go-task_gh_build.py)]

```shell
choco install go-task
```

### [Scoop][scoop] ![Windows][windows] ![Community][community]
### [Scoop][scoop] ![][windows] ![][community]

[[source](https://github.com/ScoopInstaller/Main/blob/master/bucket/task.json)]

```shell
scoop install task
```

### Arch ([pacman][pacman]) ![Arch][arch] ![Community][community]
### Arch ([pacman][pacman]) ![][arch] ![][community]

[[package](https://archlinux.org/packages/extra/x86_64/go-task/)] [[source](https://gitlab.archlinux.org/archlinux/packaging/packages/go-task)]

```shell
pacman -S go-task
```

### Fedora ([dnf][dnf]) ![Fedora][fedora] ![Community][community]
### Fedora ([dnf][dnf]) ![][fedora] ![][community]

[[package](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)] [[source](https://src.fedoraproject.org/rpms/golang-github-task)]

```shell
dnf install go-task
```

### NixOS ([nix][nix]) ![NixOS][nixos] ![Linux][linux] ![Community][community]
### NixOS ([nix][nix]) ![][nixos] ![][linux] ![][community]

[[source](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/go/go-task/package.nix)]

```shell
nix-env -iA nixpkgs.go-task
```

### [Pacstall][pacstall] ![Debian][debian] ![Ubuntu][ubuntu] ![Community][community]
### [Pacstall][pacstall] ![][debian] ![][ubuntu] ![][community]

[[package](https://pacstall.dev/packages/go-task-deb)] [[source](https://github.com/pacstall/pacstall-programs/blob/master/packages/go-task-deb/go-task-deb.pacscript)]

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

### [pkgx][pkgx] ![MacOS][macos] ![Linux][linux] ![Community][community]
### [pkgx][pkgx] ![][macos] ![][linux] ![][community]

[[package](https://pkgx.dev/pkgs/taskfile.dev)] [[source](https://github.com/pkgxdev/pantry/blob/main/projects/taskfile.dev/package.yml)]

Expand Down Expand Up @@ -297,6 +297,7 @@ task --completion fish > ~/.config/fish/completions/task.fish
[dnf]: https://docs.fedoraproject.org/en-US/quick-docs/dnf
[nix]: https://nixos.org
[npm]: https://www.npmjs.com
[pip]: https://pip.pypa.io
[pacstall]: https://github.com/pacstall/pacstall
[pkgx]: https://pkgx.sh

Expand Down

0 comments on commit 080b1ab

Please sign in to comment.