diff --git a/src/docs/index.webc b/src/docs/index.webc index 6f6f5069e9..02f9c1319c 100644 --- a/src/docs/index.webc +++ b/src/docs/index.webc @@ -173,7 +173,10 @@ echo '# Heading' > README.md echo 'Page title

Hi

' | out-file -encoding utf8 'index.html' echo '# Heading' | out-file -encoding utf8 'README.md' -

If the out-file command is not available in your Windows Terminal window (it’s PowerShell specific), use the Cross Platform method instead.

+

+ If the out-file command is not available in your Windows Terminal window (it’s PowerShell specific), use the Cross Platform method instead. + When you use PowerShell in windows, you may need to change the execution policy using Set-ExecutionPolicy Unrestricted to ensure the smooth progress of the subsequent steps. +