diff --git a/README.md b/README.md
index 3bc8440..8b4c878 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,14 @@ Control your ESP32 AI device from your phone with the Elato AI webapp.
| Select from a list of AI characters | Talk to your AI with real-time responses | Create personalized AI characters |
|:--:|:--:|:--:|
+
## 🚀 Quick Start
+
+
+
+
+
1. **Start Supabase**
Install [Supabase CLI](https://supabase.com/docs/guides/local-development/cli/getting-started) and set up your Local Supabase Backend. From the root directory, run:
diff --git a/frontend-nextjs/app/components/Settings/AppSettings.tsx b/frontend-nextjs/app/components/Settings/AppSettings.tsx
index 9e8b724..3919440 100644
--- a/frontend-nextjs/app/components/Settings/AppSettings.tsx
+++ b/frontend-nextjs/app/components/Settings/AppSettings.tsx
@@ -106,7 +106,7 @@ const AppSettings: React.FC = ({
Device settings
- {skipDeviceRegistration &&
You don't need to register your device because you're in dev mode.
}
+ {skipDeviceRegistration &&
You don't need to register your device because NEXT_PUBLIC_SKIP_DEVICE_REGISTRATION is set to True.