Skip to content

Commit 0a0f429

Browse files
committed
docs: Simplify Git LFS info
1 parent d74dc8e commit 0a0f429

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/building.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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-
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-
159
Dependencies 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+
2425
If rustup was installed for the first time, it will be required to source the
2526
environment file it installed to use the correct Rust toolchain.
2627

0 commit comments

Comments
 (0)