update clone instructions (#29490)

* both

* Update README.md

* Update README.md
pull/29478/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 1f056f3217
commit 5690386d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/README.md

@ -9,7 +9,10 @@ openpilot is developed and tested on **Ubuntu 20.04**, which is the primary deve
First, clone openpilot: First, clone openpilot:
``` bash ``` bash
cd ~ cd ~
git clone --filter=blob:none --recurse-submodules https://github.com/commaai/openpilot.git git clone --recurse-submodules https://github.com/commaai/openpilot.git
# or do a partial clone instead for a faster clone and smaller repo size
git clone --filter=blob:none --recurse-submodules --also-filter-submodules https://github.com/commaai/openpilot.git
cd openpilot cd openpilot
``` ```

Loading…
Cancel
Save