From 0788573a735f78b40ce04767de285b768bb2ac1e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 2 Nov 2023 22:36:53 -0700 Subject: [PATCH] add lfs pull to setup instructions --- tools/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/README.md b/tools/README.md index a6889b769d..315db3a75f 100644 --- a/tools/README.md +++ b/tools/README.md @@ -26,6 +26,7 @@ git clone --recurse-submodules https://github.com/commaai/openpilot.git ``` bash cd openpilot +git lfs pull tools/ubuntu_setup.sh ```