summaryrefslogtreecommitdiff
path: root/generator/README.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-10-24 17:54:29 -0700
committerChristoph Blecker <admin@toph.ca>2017-10-24 23:12:43 -0700
commitc08c4ae2f9c36cd4187b2c03cd0c06c8f310f9d0 (patch)
tree1624e03b3fd198d6a2794807270dd70b1ba5e841 /generator/README.md
parent762e5d4e5aa17487a0e04ab28ba04572b3f263d9 (diff)
Don't use docker by default for sig docs generator
Diffstat (limited to 'generator/README.md')
-rw-r--r--generator/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/generator/README.md b/generator/README.md
index edef37b8..175d7c8f 100644
--- a/generator/README.md
+++ b/generator/README.md
@@ -24,14 +24,14 @@ sig-list.md
## How to use
-To (re)build documentation for all the SIGs, run these commands:
+To (re)build documentation for all the SIGs in a go environment, run:
```bash
-make
+make generate
```
-or
+or to run this inside a docker container:
```bash
-make generate
+make generate-dockerized
```
To build docs for one SIG, run one of these commands: