Update WINDOWS.md

This commit is contained in:
David Botton 2024-02-02 13:50:05 -05:00 committed by GitHub
parent 250667c128
commit 7859cb8bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
WINDOWS.md vendored
View file

@ -35,9 +35,10 @@
7. Download QuickLisp:
Open the Git Bash shell from your windows apps and run
```
cd
curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
```
8. Install QuickLisp:
@ -67,14 +68,17 @@
Start again emacs
```
/c/Program\ Files/rho-emacs/rho
```
Run Slime - M-x slime
7. Install CLOG:
8.
```
(ql:quickload :clog)
(clog:run-demo 1)
```
[Learn about CLOG](README.md)
[Learn Common-Lisp](LEARN.md)