diff --git a/KICKSTART.md b/KICKSTART.md index d60fb3f..82d18cc 100644 --- a/KICKSTART.md +++ b/KICKSTART.md @@ -12,6 +12,7 @@ Here are the few stuff to get started! 3. Open [./src/scenes/about/main.c](src/scenes/about/main.c). 4. Update `#include ` into `#include <{app_id}_icons.h>`. If there is intelliSense error for missing variable, try rebuilding application. +5. For easier debugging, change `APP_NAME` in [./src/main.h](src/main.h) to your own. ## Developer Resources