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

pull/32923/head
Xida Ren (Cedar) 10 months ago committed by GitHub
parent 3dc08fb679
commit edd042f308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docs/WORKFLOW.md

@ -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

Loading…
Cancel
Save