diff --git a/docs/cli/index.md b/docs/cli/index.md index 2eb356369..c8f8d24b3 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -1026,7 +1026,7 @@ In .mise.toml, tasks take this form: outputs = ["dist/**/*.js"] Alternatively, tasks can be defined as standalone scripts. -These must be located in the `.mise/tasks` directory. +These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory. The name of the script will be the name of the tasks. $ cat .mise/tasks/build<