From 012060ba328da69e7fd62531bd65e8d064b3f6c0 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Sat, 19 Aug 2023 08:49:16 +0000 Subject: [PATCH] fast clone instructions (#29455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fast clone instructions * Support default ubuntu 20.04 git --------- Co-authored-by: Harald Schäfer --- tools/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 28c819c28b..7e229d3eaa 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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: