summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```