From b8c823053a91d011ca3efce924cc8ab340a866c5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 15:22:49 -0800 Subject: Change README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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). -- cgit