[funds-cvs] r66 - trunk/funds
abaine at common-lisp.net
abaine at common-lisp.net
Sun Jul 8 04:35:18 UTC 2007
Author: abaine
Date: Sun Jul 8 00:35:18 2007
New Revision: 66
Added:
trunk/funds/README
Log:
Added terse instructions.
Added: trunk/funds/README
==============================================================================
--- (empty file)
+++ trunk/funds/README Sun Jul 8 00:35:18 2007
@@ -0,0 +1,10 @@
+
+Funds is designed to be loaded with asdf, available from
+http://cclan.cvs.sourceforge.net/*checkout*/cclan/asdf/asdf.lisp.
+
+To load the system, type at a lisp prompt:
+
+ > (asdf-operate 'asdf:load-op 'funds)
+
+To see the publicly exported symbols in package "FUNDS," look at
+the file funds/src/package.lisp.
\ No newline at end of file
More information about the Funds-cvs
mailing list