diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:22:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:22:49 -0800 |
commit | b8c823053a91d011ca3efce924cc8ab340a866c5 (patch) | |
tree | 4dbbd213f1970212fc9e945ca117d4f74d08a7a7 | |
parent | 20bd9521cd558e39eca4aac5f3db8e390f49ba2d (diff) |
Change README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,3 +18,7 @@ sudo make install To generate the html documentation, one must first install `doxygen` as an optional dependency. If you are on a BSD or MacOS, you must use `gmake`. Also, you obviously need `git` to clone this repository. + +# Documentation +See the [Doxygen generated documentation](https://stemdoc.nullring.xyz) for the C API documentation and +[my blog post](https://ret2pop.nullring.xyz/stem.html). |