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: 012060ba328da69e7fd62531bd65e8d064b3f6c0
This commit is contained in:
Greg Hogan
2023-08-19 08:49:16 +00:00
committed by GitHub
parent ff74c8c4cb
commit f136a35ce1

View File

@@ -9,10 +9,9 @@ openpilot is developed and tested on **Ubuntu 20.04**, which is the primary deve
First, clone openpilot:
``` bash
cd ~
git clone https://github.com/commaai/openpilot.git
git clone --filter=blob:none --recurse-submodules https://github.com/commaai/openpilot.git
cd openpilot
git submodule update --init
```
Then, run the setup script: