Skip to content

Commit 329f3f5

Browse files
authored
Update building.md
add missing pull lfs objects to avoid broke the build git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'
1 parent 7c6225e commit 329f3f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/building.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Building
22

3-
After cloning the repo, ensure all submodules are cloned.
3+
After cloning the repo ensure all submodules are cloned.
44

55
```
66
git submodule update --init --checkout --recursive
77
```
88

9+
pull lfs objects
10+
11+
```
12+
git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'
13+
```
14+
915
Dependencies can be installed with the provided scripts.
1016

1117
```

0 commit comments

Comments
 (0)