Add instructions to run tests and examples to README

This commit is contained in:
Tom Willemse 2023-06-03 00:32:41 -07:00
parent 4f1b559f1c
commit 0b9f699b14

View file

@ -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~