We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6225e commit 329f3f5Copy full SHA for 329f3f5
docs/building.md
@@ -1,11 +1,17 @@
1
# Building
2
3
-After cloning the repo, ensure all submodules are cloned.
+After cloning the repo ensure all submodules are cloned.
4
5
```
6
git submodule update --init --checkout --recursive
7
8
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
15
Dependencies can be installed with the provided scripts.
16
17
0 commit comments