From 02976db4729207a8600e77f0d9dd6a0fd7b245c2 Mon Sep 17 00:00:00 2001 From: Mike Busuttil <31480000+MikeBusuttil@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:29:27 -0500 Subject: [PATCH] Tools: simplified setup documentation (#34204) platform agnostic setup script --- tools/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/README.md b/tools/README.md index 26bd2a8d5c226b..69b0e025e813aa 100644 --- a/tools/README.md +++ b/tools/README.md @@ -24,16 +24,9 @@ git clone --recurse-submodules https://github.com/commaai/openpilot.git **2. Run the setup script** -Ubuntu 24.04: ``` bash cd openpilot -tools/ubuntu_setup.sh -``` - -macOS: -``` bash -cd openpilot -tools/mac_setup.sh +tools/op.sh setup ``` **3. Git LFS**