From bc3bd92c43697def5f788b665b34028539bfc965 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Thu, 14 Dec 2023 14:16:46 -0700 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd8a637..e393772 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ $ cabal build # Build the rlpc compiler $ cabal install # Install rlpc to $PATH $ cabal haddock # Build the API docs w/ Haddock $ make -C doc html # Build the primary docs w/ Sphinx + +# run the test suite +$ cabal test --test-show-details=direct ``` ### Use @@ -80,7 +83,7 @@ Listed in order of importance. - [ ] Tail call optimisation - [x] Parsing rlp - [ ] Tests - - [ ] Generic example programs + - [x] Generic example programs - [ ] Parser ### December Release Plan