diff --git a/README.md b/README.md index e99039f..a857fbd 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,14 @@ git submodule update --init ### Snapcast ESP Configuration -Frist copy one of the template sdkconfig files and rename it to `sdkconfig` then configure your platform: +Frist copy one of the template sdkconfig files and rename it to sdkconfig + +``` +cp sdkconfig_Lyrat sdkconfig +``` + +then configure your platform: + ``` idf.py menuconfig ```