Skip to content

Commit

Permalink
pr suggestions on wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonsMine authored and Rustin170506 committed May 23, 2024
1 parent 5cbc6c0 commit db0af69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tokio-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,19 @@ behavior. See [the documentation][cfg-ref] for details.
[cli-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#command-line-arguments
[cfg-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#configuration-file

#### running the console on windows

The console uses the UTF-8 character set to display graphs and other visual
features in the terminal. In order to display this rich terminal UI on Windows,
it's necessary to use a UTF-8-enabled terminal emulator, such as the new
[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).

If you're using a terminal that supports UTF-8, make sure to explicitly call
tokio-console with the UTF-8 language flag set:
```
tokio-console --lang en_US.UTF-8
```

## Getting Help

First, see if the answer to your question can be found in the
Expand Down

0 comments on commit db0af69

Please sign in to comment.