mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-11 19:51:59 -08:00
(minor) README: stress WIP, how to use in a package
This commit is contained in:
parent
903b25d982
commit
7124f93cf6
1 changed files with 10 additions and 1 deletions
11
README.org
11
README.org
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue