README: mention git-lfs requirement (#30092)

Mention lfs in setup instructions
pull/30095/head
Kacper Rączy 2 years ago committed by GitHub
parent b918e06822
commit 32ac71af37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/README.md

@ -10,6 +10,8 @@ Running natively on any other system is not recommended and will require modific
**1. Clone openpilot**
NOTE: This repository uses Git LFS for large files. Ensure you have [Git LFS](https://git-lfs.com/) installed and set up before cloning or working with it.
Either do a partial clone for faster download:
``` bash
git clone --filter=blob:none --recurse-submodules --also-filter-submodules https://github.com/commaai/openpilot.git

Loading…
Cancel
Save