diff --git a/README.md b/README.md index 8ad2c9fc..0b72d879 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,9 @@ In the future I want to make this the default, but for now there are some CPU is ### How do you select text? -Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value +Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value. + +Mac Users: See [Issue #190](https://github.com/jesseduffield/lazydocker/issues/190) for other options. ### Why can't I see my container's logs?