Add `git lfs pull` to workflow.md (#32914)

old-commit-hash: edd042f308
This commit is contained in:
Xida Ren (Cedar) 2024-07-05 20:10:39 -04:00 committed by GitHub
parent e7ccd98e76
commit 8e27e0bc9c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Most development happens on normal Ubuntu workstations, and not in cars or direc
```bash
# get the latest stuff
git pull
git lfs pull
git submodule update --init --recursive
# update dependencies