summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generator/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/generator/README.md b/generator/README.md
index 3a2dd244..edef37b8 100644
--- a/generator/README.md
+++ b/generator/README.md
@@ -27,7 +27,11 @@ sig-list.md
To (re)build documentation for all the SIGs, run these commands:
```bash
-make all
+make
+```
+or
+```bash
+make generate
```
To build docs for one SIG, run one of these commands: