From 75c67869bf322a1f864859535eda4db23746be7c Mon Sep 17 00:00:00 2001 From: mintty Date: Wed, 3 Jul 2019 00:00:00 +0200 Subject: [PATCH] instruction to disable WSL 2 (#171) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 71c94af..ca6af92 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,13 @@ WSLtty can be invoked with Starting the mintty terminal directly from the WSLtty installation location is discouraged because that would bypass essential options. +#### WSL 2 #### + +Due to some incompatible changes by Microsoft, wslbridge cannot connect +in WSL 2 mode at this time. +Workaround: +* `wsl --set-default-version 1` + --- ### Configuration ###