diff options
author | sanine <sanine.not@pm.me> | 2021-09-17 14:46:40 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-09-17 14:46:40 -0500 |
commit | 85c6ffd806c6f96b321697eb703f828f3d2402e8 (patch) | |
tree | 981d463a2e8c97f481d5df3d15ad75d3e0a6194d | |
parent | eeb00ef995dfaa312e9360826b86e39510b7cf61 (diff) |
update README.md to include building the examples
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ----- |