CLOG finds itself, no need now to start in same dir

This commit is contained in:
David Botton 2021-01-27 16:03:40 -05:00
parent bdf262ed1e
commit 5a3788d2da
3 changed files with 22 additions and 24 deletions

View file

@ -56,10 +56,7 @@ git clone https://github.com/rabbibotton/clog.git
To load this package and work through tutorials (assuming you
have Quicklisp configured):
1. cd to the CLOG dir (the dir should be one used by Quicklisp ex. ~/common-lisp/)
2. Start emacs/slime or your common lisp "repl" in _that_ directory.
(This is just for tutorial, so relative paths work. In your app you just set
the :site-root directory any place you want on initialize.)
1. Start emacs/slime
3. In the REPL, run:
CL-USER> (ql:quickload :clog)