summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-09-17 14:46:40 -0500
committersanine <sanine.not@pm.me>2021-09-17 14:46:40 -0500
commit85c6ffd806c6f96b321697eb703f828f3d2402e8 (patch)
tree981d463a2e8c97f481d5df3d15ad75d3e0a6194d
parenteeb00ef995dfaa312e9360826b86e39510b7cf61 (diff)
update README.md to include building the examples
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index df29673..7dd126d 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,13 @@ make
sudo make install
```
-To make the tests as well, do the above and then do `make test`.
-
You should now be able to include `<honeysuckle.h>` into your C
files for use.
+To make the tests as well, do the above and then do `make test`.
+To make the examples, do `make examples`.
+
+
Documentation
-----