1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: note about WSL 2 not working with unix mux

refs: https://github.com/microsoft/WSL/issues/5961
This commit is contained in:
Wez Furlong 2021-05-28 15:16:46 -07:00
parent 3f6ff534d3
commit 039ddd14dc

View File

@ -129,6 +129,8 @@ return {
### Connecting into Windows Subsystem for Linux
*Note: this only works with WSL 1. [WSL 2 doesn't support AF_UNIX interop](https://github.com/microsoft/WSL/issues/5961)*
Inside your WSL instance, configure `.wezterm.lua` with this snippet:
```lua