File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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```
66git submodule update --init --checkout --recursive
77```
88
9- If you don't have Git LFS installed when cloning the repository, you'll need to pull the 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-
159Dependencies can be installed with the provided scripts.
1610
1711```
@@ -21,6 +15,13 @@ Dependencies can be installed with the provided scripts.
2115./ec/scripts/deps.sh
2216```
2317
18+ If you didn't have Git LFS installed when cloning the repository, you'll need to pull the LFS objects.
19+ This will also install Git LFS, so it's not necessary when re-cloning in the same environment.
20+
21+ ```
22+ git lfs pull
23+ ```
24+
2425If rustup was installed for the first time, it will be required to source the
2526environment file it installed to use the correct Rust toolchain.
2627
You can’t perform that action at this time.
0 commit comments