diff options
| author | sanine-a <sanine.not@pm.me> | 2020-05-24 18:48:54 -0500 |
|---|---|---|
| committer | sanine-a <sanine.not@pm.me> | 2020-05-24 18:48:54 -0500 |
| commit | abf135246914e5ad57892fb005274da96f040fc2 (patch) | |
| tree | f77ef9d823311c7dd96ce58aab6643f86d482ff0 | |
| parent | 3a6bab4f4119ead6c84c1de70c15cf26c5b85b81 (diff) | |
update README.md with documentation instructions
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -19,3 +19,10 @@ To install: cmake . make ``` + +To build the documentation: + +``` +cd doc +doxygen +``` |
