How to install p36-log

First, make sure you have your Common Lisp implementation set up with ASDF.  Then follow these steps:

  1. Clone the repository locally
  2. If you're using the REPL, use ASDF to load the system inside of your Lisp implementation with (asdf:load-system :p36-log)
  3. If you already have a project, and it uses ASDF, simply add :p36-log to your :defsystem-depends-on list in your system definition.