summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-05-24 18:48:54 -0500
committersanine-a <sanine.not@pm.me>2020-05-24 18:48:54 -0500
commitabf135246914e5ad57892fb005274da96f040fc2 (patch)
treef77ef9d823311c7dd96ce58aab6643f86d482ff0 /README.md
parent3a6bab4f4119ead6c84c1de70c15cf26c5b85b81 (diff)
update README.md with documentation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 30bf901..fec278c 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,10 @@ To install:
cmake .
make
```
+
+To build the documentation:
+
+```
+cd doc
+doxygen
+```