commit d74b9ff1b6e79ba750e72c023d4d2ea0a71663bc from: Omar Polo date: Tue Dec 21 10:52:11 2021 UTC improve README.md commit - bb1e2adb0489335279f1fca3a4160c165808e7a6 commit + d74b9ff1b6e79ba750e72c023d4d2ea0a71663bc blob - 84234c0d60923e0d475d8043ec3602acdc8d05f6 blob + 80fbf9c8a1ca87bc397a1ef94d68777afc3b7207 --- README.md +++ README.md @@ -50,12 +50,13 @@ The regression uses a custom DSL, `ninepscript`, to ru See `regress/sample.9ps` for an example of the grammar. `contrib/9ps-mode.el` is the major mode for Emacs. -There's another regression suite, written in common lisp, in -`regress/lisp/9p-test`. To run it execute +There's another regression suite written in common lisp in +`regress/lisp/9p-test`; it depends on other common lisp libraries +available through quicklisp. To run it execute $ DOAS=sudo ./run-extra-tests.sh -(leave `DOAS=sudo` out if you have doas installed and running) +(leave `DOAS=sudo` out if you have doas installed and configured) ## License