Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update section headers in getting-started.md
  • Loading branch information
JunichiroKohari committed Nov 15, 2025
commit 1e5d4556707af999001cf0bc132fe0ef1db589bf
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ ripgrep --version

See [Backends](/dev-tools/backends/) for more ecosystems and details.

### 5. Setting environment variables {#environment-variables}
## 5. Setting environment variables {#environment-variables}

You can set environment variables in `mise.toml` which will be set if mise is activated or if `mise x|exec` is used in a directory:

Expand All @@ -322,7 +322,7 @@ echo "node env: $NODE_ENV"
# node env: production
```

### 6. Run a task {#run-a-task}
## 6. Run a task {#run-a-task}

You can define simple tasks in `mise.toml` and run them with `mise run`:

Expand Down
Loading