Skip to content

Commit

Permalink
docs: note hooks require mise activate
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 19, 2024
1 parent 4cce843 commit 211d3d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Hooks <Badge type="warning" text="experimental" />

You can have mise automatically execute scripts when it runs. The configuration goes into `mise.toml`.
You can have mise automatically execute scripts during a `mise activate` session. You cannot use these
without the `mise activate` shell hook installed in your shell—except the `preinstall` and `postinstall` hooks.
The configuration goes into `mise.toml`.

## CD hook

Expand Down

0 comments on commit 211d3d3

Please sign in to comment.