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