diff --git a/docs/4-Commands/0-kool.md b/docs/4-Commands/0-kool.md index 55631ff6..ebbbe4ff 100644 --- a/docs/4-Commands/0-kool.md +++ b/docs/4-Commands/0-kool.md @@ -21,7 +21,7 @@ Complete documentation is available at https://kool.dev * [kool exec](kool_exec.md) - Execute a command within a running service container * [kool info](kool_info.md) - Prints out information about kool setup (like environment variables) * [kool init](kool_init.md) - Initialize kool preset in the current working directory -* [kool run](kool_run.md) - Runs a custom command defined at kool.yaml +* [kool run](kool_run.md) - Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory * [kool start](kool_start.md) - Start Kool environment containers * [kool status](kool_status.md) - Shows the status for containers * [kool stop](kool_stop.md) - Stop kool environment containers diff --git a/docs/4-Commands/5-kool-run.md b/docs/4-Commands/5-kool-run.md index 9a480b45..9420a3c9 100644 --- a/docs/4-Commands/5-kool-run.md +++ b/docs/4-Commands/5-kool-run.md @@ -1,10 +1,10 @@ ## kool run -Runs a custom command defined at kool.yaml file in the current working directory or in the kool folder of the user's home directory. +Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory ### Synopsis -Runs a custom command defined at kool.yaml file in the current working directory or in the kool folder of the user's home directory. +Runs a custom command defined at kool.yaml in the working directory or in the kool folder of the user's home directory ``` kool run [script] [flags]