Merge pull request #1 from jhaand/udate_readme

Fixed README.md
This commit is contained in:
Renze Nicolai 2022-06-15 16:03:02 +02:00 committed by GitHub
commit b19802a4e3
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
``` ```