Fix the make command
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
c840757d4d
commit
aa7a6ed2df
|
|
@ -27,7 +27,11 @@ sig-list.md
|
||||||
To (re)build documentation for all the SIGs, run these commands:
|
To (re)build documentation for all the SIGs, run these commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make all
|
make
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
make generate
|
||||||
```
|
```
|
||||||
|
|
||||||
To build docs for one SIG, run one of these commands:
|
To build docs for one SIG, run one of these commands:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue