Add instructions to run tests and examples to README
This commit is contained in:
parent
4f1b559f1c
commit
0b9f699b14
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
||||||
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile
|
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile
|
||||||
|
|
||||||
This is a simple 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~
|
||||||
|
|
Loading…
Reference in a new issue