Skip to content

Commit beebccd

Browse files
committed
docs: add mise and aqua installs, more prominent docker
1 parent 0211273 commit beebccd

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/index.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ to control your resources from the command line or any compatible interface.
55

66
## Install upctl
77

8-
`upctl` can be installed from a pre-built package in the repositories [GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases) using a package manager or from sources with `go install`:
8+
`upctl` can be installed from a pre-built package in the repositories [GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases),
9+
using a package manager, Docker image, or from sources with `go install`:
910

1011
=== "Linux"
1112

@@ -78,6 +79,25 @@ to control your resources from the command line or any compatible interface.
7879
docker pull ghcr.io/upcloudltd/upctl:latest
7980
```
8081

82+
=== "mise"
83+
84+
Install with [mise](https://mise.jdx.dev):
85+
86+
```sh
87+
mise use upctl # or with -g for global
88+
´´´
89+
90+
=== "aqua"
91+
92+
Install with [aqua](https://aquaproj.github.io), `aqua.yaml` example:
93+
94+
```yaml
95+
registries:
96+
- type: standard
97+
packages:
98+
- name: UpCloudLtd/upcloud-cli@v3.14.0
99+
´´´
100+
81101
---
82102

83103
After installing `upctl`, you can run `upctl version` command to verify that the tool was installed successfully.

0 commit comments

Comments
 (0)