Skip to content

Commit

Permalink
Point users to Quicklisp.
Browse files Browse the repository at this point in the history
  • Loading branch information
skypher committed Feb 24, 2012
1 parent c8d03fe commit 0ae0aae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ function and one to SLOT-DEFINITION-NAME.

** Installation and Loading

You can use ASDF-INSTALL to install Montezuma:

(asdf-install:install '#:montezuma)

And ASDF to load it:

(asdf:oos 'asdf:load-op '#:montezuma)
You can use Quicklisp to install and load Montezuma:

(ql:quickload 'montezuma)

** Testing

Expand Down

0 comments on commit 0ae0aae

Please sign in to comment.