Skip to content

Commit 78a603e

Browse files
committed
docs(release-notes): add mise installation alternative for cli
1 parent 5291e0b commit 78a603e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

hack/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check the [upgrading guide](https://argo-workflows.readthedocs.io/en/latest/upgr
1212

1313
### CLI
1414

15-
#### Mac / Linux
15+
#### Manually with curl (Mac / Linux)
1616

1717
Available via `curl`
1818

@@ -39,6 +39,14 @@ mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
3939
argo version
4040
```
4141

42+
#### Using mise
43+
44+
If you are an enthustiac user of [mise](https://github.com/jdx/mise) the polyglot software tool manager, you can install it with something like (sample for last version):
45+
46+
```bash
47+
mise use -g argo@latest
48+
```
49+
4250
### Controller and Server
4351

4452
```bash

0 commit comments

Comments
 (0)