aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-26 15:22:49 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-26 15:22:49 -0800
commitb8c823053a91d011ca3efce924cc8ab340a866c5 (patch)
tree4dbbd213f1970212fc9e945ca117d4f74d08a7a7
parent20bd9521cd558e39eca4aac5f3db8e390f49ba2d (diff)
Change README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8395ef4..df987f8 100644
--- a/README.md
+++ b/README.md
@@ -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).