mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Update WINDOWS.md
This commit is contained in:
parent
250667c128
commit
7859cb8bbc
1 changed files with 10 additions and 6 deletions
10
WINDOWS.md
vendored
10
WINDOWS.md
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue