Updated Dev Quick Start (markdown)

This commit is contained in:
rusefillc 2024-10-26 10:21:41 -04:00
parent 4d82c8c9a9
commit ca731a3dee
1 changed files with 2 additions and 0 deletions

View File

@ -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
```