diff --git a/website/versioned_docs/version-latest/faq.mdx b/website/versioned_docs/version-latest/faq.mdx index bf8e7648..62b30f42 100644 --- a/website/versioned_docs/version-latest/faq.mdx +++ b/website/versioned_docs/version-latest/faq.mdx @@ -96,7 +96,7 @@ echo $a ## 'x' builtin command doesn't work on Windows -The default shell on Windows (`cmd` and `powershell`) do not have commands like +The default shell on Windows (`cmd` and `powershell`) does not have commands like `rm` and `cp` available as builtins. This means that these commands won't work. If you want to make your Taskfile fully cross-platform, you'll need to work around this limitation using one of the following methods: