diff --git a/docs/en/log.md b/docs/en/log.md index 4ae9181..3a4cd6a 100644 --- a/docs/en/log.md +++ b/docs/en/log.md @@ -14,4 +14,10 @@ tail -f cleo_redux.log `tail` is a unix command so a compatible environment is needed (for example [Git Bash](https://git-scm.com/downloads)). -The log file also lists all executed opcodes with [`LogOpcodes=1`](./config.md#general) and JavaScript commands with [`CLEO.debug.trace(true)`](./api.md#cleo). \ No newline at end of file +For windows users using powershell, run: + +``` +Get-Content cleo_redux.log -Wait -Tail 0 +``` + +The log file also lists all executed opcodes with [`LogOpcodes=1`](./config.md#general) and JavaScript commands with [`CLEO.debug.trace(true)`](./api.md#cleo).