(minor) README: stress WIP, how to use in a package

This commit is contained in:
vindarel 2021-05-12 11:08:35 +02:00
parent 903b25d982
commit 7124f93cf6

View file

@ -1,6 +1,6 @@
* CIEL Is an Extended Lisp :noexport:
STATUS: the API WILL change, but it is usable.
STATUS: highly WIP, the API WILL change, but it is usable.
* What is this ? :noexport:
@ -92,6 +92,15 @@ Rules
* Install
Once installed, create a package and =:use= =ciel= in addition of =cl=:
#+BEGIN_SRC lisp
(defpackage yourpackage
(:use :cl :ciel))
#+end_src
/NB: this is likely to change in the future./
** With Quicklisp
You need a Lisp implementation and Quicklisp installed.