Skip to content

Commit cd32712

Browse files
iseeyuanfacebook-github-bot
authored andcommitted
Update README.md and add submodule update (#3029)
Summary: Without the submodule update, install_requitements would not work. Add this step in the documentation's README.md Pull Request resolved: #3029 Reviewed By: lucylq Differential Revision: D56087389 Pulled By: iseeyuan fbshipit-source-id: fd96530b44f81b6dfcea07faccef06f6348fa373
1 parent 21fdc4e commit cd32712

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)