From 7124f93cf6f5e7b044f2f0c4bfb2b73b99d5fd6a Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 12 May 2021 11:08:35 +0200 Subject: [PATCH] (minor) README: stress WIP, how to use in a package --- README.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 37ee481..3457d53 100644 --- a/README.org +++ b/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.