aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-03 00:32:41 -0700
committerGravatar Tom Willemse2023-06-03 00:32:41 -0700
commit0b9f699b14670baf133b001dacf00fcb2da060d2 (patch)
tree57c05fa9b32eca07469291a7b1dd2aed2b9a67f0
parent4f1b559f1c3a3ec72b659959447144d2fb872aae (diff)
downloadguile-inkplate-0b9f699b14670baf133b001dacf00fcb2da060d2.tar.gz
guile-inkplate-0b9f699b14670baf133b001dacf00fcb2da060d2.zip
Add instructions to run tests and examples to README
-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~