fast clone instructions (#29455)

* fast clone instructions

* Support default ubuntu 20.04 git

---------

Co-authored-by: Harald Schäfer <harald.the.engineer@gmail.com>
old-commit-hash: 012060ba32
beeps
Greg Hogan 2 years ago committed by GitHub
parent ff74c8c4cb
commit f136a35ce1
  1. 3
      tools/README.md

@ -9,10 +9,9 @@ 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 https://github.com/commaai/openpilot.git git clone --filter=blob:none --recurse-submodules https://github.com/commaai/openpilot.git
cd openpilot cd openpilot
git submodule update --init
``` ```
Then, run the setup script: Then, run the setup script:

Loading…
Cancel
Save