mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb): add installation methods after experimenting with automation in pipelines
This commit is contained in:
@@ -49,8 +49,10 @@ variables** with the same name.
|
||||
# Install the executable.
|
||||
brew install 'go-task'
|
||||
choco install 'go-task'
|
||||
docker pull 'taskfile/task'
|
||||
dnf install 'go-task'
|
||||
go install 'github.com/go-task/task/v3/cmd/task@latest'
|
||||
pip install --user 'go_task_bin'
|
||||
snap install 'task' --classic
|
||||
zypper install 'https://github.com/go-task/task/releases/download/v3.39.2/task_linux_amd64.rpm'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user