From 0b9f699b14670baf133b001dacf00fcb2da060d2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 3 Jun 2023 00:32:41 -0700 Subject: Add instructions to run tests and examples to README --- README.org | 5 +++++ 1 file changed, 5 insertions(+) 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~ -- cgit v1.2.3-54-g00ecf