From 538bffe9d08686e8b19a22ffe91a7a11cda758f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Szak=C3=A1llas?= <5807322+dszakallas@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:56:35 +0100 Subject: [PATCH] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a976acc..e25c2aa 100644 --- a/README.MD +++ b/README.MD @@ -452,7 +452,7 @@ make -j 4 install will work on these platforms if you didn't change the Mixxx default installation. -# Development loop +### Development loop During development, it's desirable to reload the code into Mixxx on every change for a fast feedback loop. Some tasks have watch counterparts making them rerun automatically on file changes: @@ -468,7 +468,7 @@ I find the last one especially pleasant. Tip: you can use the `targets` and `installDir` variables with these targets too. -# Contributing +### Contributing The code should pass CI checks, which is equivalent to running