Advice for Windows WSL users.

This commit is contained in:
David Botton 2021-10-26 20:50:39 -04:00
parent 0871401032
commit 79c7d5894d

View file

@ -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:
```