Add clog manual to builder

This commit is contained in:
David Botton 2022-01-28 14:24:49 -05:00
parent ff69a7a67d
commit 900f5e28ce
4 changed files with 10 additions and 7 deletions

View file

@ -141,8 +141,8 @@ 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.
Tip for Windows WSL linux user. Install \"sudo apt install xdg-utils\"
to install xdg-open so that run-tutorial uses the windows browser.
To see where the source, tutorial and demo files are:
@ -203,7 +203,6 @@ needed for mastering CLOG.")
design work.
- You have installed CLOG and (ql:quickload :clog) is working for you.
* Simple REPL techniques Tutorial
We first need to load CLOG