A README.md => README.md +38 -0
@@ 0,0 1,38 @@
+
+# Table of Contents
+
+1. [Assumptions](#orgd739325)
+2. [Main concepts to understand](#org37e0e51)
+3. [Install depencencies](#org14668e5)
+4. [Run code](#org543ab5e)
+
+
+<a id="orgd739325"></a>
+
+# Assumptions
+
+`fennel` and `guix` should be installed.
+
+
+<a id="org37e0e51"></a>
+
+# Main concepts to understand
+
+- Packages
+- Channels
+- Profiles
+
+
+<a id="org14668e5"></a>
+
+# Install depencencies
+
+ guix install lume faith -L../fennel-channel --profile=./deps
+
+
+<a id="org543ab5e"></a>
+
+# Run code
+
+ fennel test-loader.fnl
+
M README.org => README.org +10 -0
@@ 1,3 1,6 @@
+* Assumptions
+=fennel= and =guix= should be installed.
+
* Main concepts to understand
- Packages
- Channels
@@ 7,3 10,10 @@
#+begin_src bash
guix install lume faith -L../fennel-channel --profile=./deps
#+end_src
+
+* Run code
+#+begin_src bash
+ fennel test-loader.fnl
+#+end_src
+
+