From 3f738c3368ddaadbaa4372443cece90651d1ccd2 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 21 Aug 2022 21:25:30 +0300 Subject: update docs, readme and cnagelog for v1.0.0 release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e8a9678..5de8568 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Therefore certain functions were altered to better suit the domain. Clone library into your project or put it as a git submodule: - $ git clone https://gitlab.com/andreyorst/fennel-cljlib cljlib + $ git clone --recursive https://gitlab.com/andreyorst/fennel-cljlib cljlib Now you can require `:cljlib` from Fennel: @@ -20,9 +20,9 @@ Now you can require `:cljlib` from Fennel: Optionally precompile the library to make it load slightly faster: - $ cd cljlib; make + $ cd cljlib; COMPILEFLAGS="--require-as-include" make -This will compile `init.fnl` into `init.lua`, so `require` should honor Lua files over Fennel files. +This will compile `init.fnl` into `init.lua`, with all dependencies included, so `require` should honor Lua files over Fennel files. It is also possible to use this library from Lua this way. ## Documentation -- cgit v1.2.3