summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index bcf99819..55fc453e 100644
--- a/README.md
+++ b/README.md
@@ -33,17 +33,21 @@ cmake ..
Generate a PDF version :
```bash
-make pdf
+gendocs.sh pdf
```
Serve an HTML version, this will run a web server that will serve you locally documentation :
```bash
-make serve
+gendocs.sh serve
```
Generate doxygen documentation:
```bash
-make doxygen
+gendocs.sh doxygen
+```
+or
+```bash
+cd build && make doxygen
``` \ No newline at end of file