From ab6f8c117536d8c6e8d5e33937ffa0bf337b9e8f Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Sun, 5 Jun 2022 19:14:48 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5c7f9..55bf77b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ Source code included as submodules is licensed separately, please check the foll | components/ws2812 | MIT | Unlicense / Public domain | ## How to make - +```sh git clone --recursive https://github.com/badgeteam/mch2022-firmware-esp32 cd mch2022-firmware-esp32 make prepare make +```