From ca731a3dee6561b1c58467db440430a1e450e039 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:21:41 -0400 Subject: [PATCH] Updated Dev Quick Start (markdown) --- Dev-Quick-Start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dev-Quick-Start.md b/Dev-Quick-Start.md index 6c5466c3..d5981872 100644 --- a/Dev-Quick-Start.md +++ b/Dev-Quick-Start.md @@ -8,7 +8,9 @@ Well, really the first step is to fork https://github.com/rusefi/rusefi and then ```shell git clone --recurse-submodules https://github.com/rusefi/rusefi +misc/actions/ubuntu-install-tools.sh cd firmware +./setup_linux_environment.sh make ```