aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorReinier van der Leer <github@pwuts.nl>2022-06-05 19:14:48 +0200
committerGitHub <noreply@github.com>2022-06-05 19:14:48 +0200
commitab6f8c117536d8c6e8d5e33937ffa0bf337b9e8f (patch)
treeacf6b34039310423118580a0891ac0cfcb8105a3 /README.md
parentd550c42991191ae3fdded1809733e52c8fc51f33 (diff)
downloadmch2022-ab6f8c117536d8c6e8d5e33937ffa0bf337b9e8f.tar.gz
mch2022-ab6f8c117536d8c6e8d5e33937ffa0bf337b9e8f.tar.bz2
mch2022-ab6f8c117536d8c6e8d5e33937ffa0bf337b9e8f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
+```