Fixed README.md

Updated the link in the 'How to make' section to reflect the app.
This commit is contained in:
Jelle Haandrikman 2022-06-15 11:23:46 +02:00 committed by GitHub
parent 78756505e0
commit 8f9bf7aeea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ Source code included as submodules is licensed separately, please check the foll
## How to make ## How to make
```sh ```sh
git clone --recursive https://github.com/badgeteam/mch2022-firmware-esp32 git clone --recursive https://github.com/badgeteam/mch2022-template-app
cd mch2022-firmware-esp32 cd mch2022-template-app
make prepare make prepare
make make
``` ```