We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99654d commit 586efe8Copy full SHA for 586efe8
README.md
@@ -36,8 +36,18 @@ package manager.
36
## Mise
37
38
Rely on [Mise](https://mise.jdx.dev/) to install tools, set environment
39
-variables, and run tasks. Refer to [mise.toml](mise.toml) for details. See
40
-available tasks with:
+variables, and run tasks. Refer to [mise.toml](mise.toml) for details. The Mise
+documentation is there to help you get started, there's no need to repeat it all
41
+here. It boils down to activating Mise (_optional_), installing tools, and
42
+running tasks.
43
+
44
+Install tools with:
45
46
+```bash
47
+mise install
48
+```
49
50
+See available tasks with:
51
52
```bash
53
mise run
0 commit comments