Skip to content

Commit f21b1f7

Browse files
authored
Update README.md and add submodule update
1 parent cd248b4 commit f21b1f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ To build the documentation locally:
5757
```bash
5858
pip3 install -r ./.ci/docker/requirements-ci.txt
5959
```
60+
1. Update submodules
6061

62+
```bash
63+
git submodule sync && git submodule update --init
64+
```
6165
1. Run:
6266

6367
```bash

0 commit comments

Comments
 (0)