Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Dependencies can be installed with the provided scripts.
./ec/scripts/deps.sh
```

If you didn't have Git LFS installed when cloning the repository, you'll need to pull the LFS objects.
This will also install Git LFS, so it's not necessary when re-cloning in the same environment.

```
git lfs pull
```

If rustup was installed for the first time, it will be required to source the
environment file it installed to use the correct Rust toolchain.

Expand Down