aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index cf51cd8..6f531f3 100644
--- a/README.org
+++ b/README.org
@@ -2,3 +2,8 @@
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile
This is a simple port of my Emacs Lisp Inkplate library to Guile.
+
+Running these needs to happen from the project root:
+
+- running tests :: ~guile -L . tests/inkplate.scm~
+- running examples :: ~guile -L . examples/date.scm~