From 79c7d5894d119f90cdf933c8490ffa1c5621b4a6 Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 26 Oct 2021 20:50:39 -0400 Subject: [PATCH] Advice for Windows WSL users. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a01c267..ab8d086 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ CL-USER> (ql:quickload :clog) CL-USER> (clog:run-tutorial 1) ``` +Tip for Windows WSL linux user. Create a symbolic link from wslview to xdg-open +in /usr/local/bin so that run-tutorial uses the windows browser. + To see where the source files are: ```