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

This commit is contained in:
Xida Ren (Cedar)
2024-07-05 20:10:39 -04:00
committed by GitHub
parent 3dc08fb679
commit edd042f308
+1
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