git.fiddlerwoaroof.com
Browse code

Update README

Yang Xiaofeng authored on 25/03/2013 13:28:29
Showing 1 changed files
... ...
@@ -40,14 +40,9 @@
40 40
 ;;; ********************************
41 41
 ;;; 
42 42
 ;;; To use:
43
-;;;    1. From Lisp, load the file "ops":
44
-;;;          (load "ops")
45
-;;;    2. Go into the OPS package:
46
-;;;          (in-package "OPS")
47
-;;;    3. To compile the OPS sources, use compile-ops:
48
-;;;          (compile-ops)
49
-;;;    4. To load the OPS sources, use load-ops:
50
-;;;          (load-ops)
43
+;;;    1. Clone this project and put into the local-projects directory of quicklisp (e.g. "~/quicklisp/local-projects").
44
+;;;    2. Use quicklisp to load this project:
45
+;;;          (ql:quickload "ops5")
51 46
 ;;; Now you can load your OPS5 code or start typing in productions.
52 47
 ;;; If you want to load in a new set of productions, call (reset-ops)
53 48
 ;;; between rule sets. For a nice REP Loop, run (ops).