Skip to content

Commit 586efe8

Browse files
committed
Mention the Mise documentation on how to get started, including the bare minimum
https://en.wikipedia.org/wiki/RTFM
1 parent b99654d commit 586efe8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,18 @@ package manager.
3636
## Mise
3737

3838
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:
39+
variables, and run tasks. Refer to [mise.toml](mise.toml) for details. The Mise
40+
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:
4151

4252
```bash
4353
mise run

0 commit comments

Comments
 (0)