summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJelle Haandrikman <jhaand@freedom.nl>2022-06-15 11:23:46 +0200
committerGitHub <noreply@github.com>2022-06-15 11:23:46 +0200
commit8f9bf7aeea7b659501d0c43a5756d05f67736cf8 (patch)
tree69c2acd1b56de0d117c4093365df8c0f2061d022 /README.md
parent78756505e0a3d7607b28de61e71a69c312b63a66 (diff)
downloadmch2022-8f9bf7aeea7b659501d0c43a5756d05f67736cf8.tar.gz
mch2022-8f9bf7aeea7b659501d0c43a5756d05f67736cf8.tar.bz2
mch2022-8f9bf7aeea7b659501d0c43a5756d05f67736cf8.zip
Fixed README.md
Updated the link in the 'How to make' section to reflect the app.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf0cde2..a05c0fe 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ Source code included as submodules is licensed separately, please check the foll
## How to make
```sh
-git clone --recursive https://github.com/badgeteam/mch2022-firmware-esp32
-cd mch2022-firmware-esp32
+git clone --recursive https://github.com/badgeteam/mch2022-template-app
+cd mch2022-template-app
make prepare
make
```