diff --git a/README.md b/README.md
index 49c532f49358dd5b776c3d96adc3a5af3abc143f..f6426cbfd2411cce900b4a5e3fcacf0e6eeeead1 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,12 @@ flutter pub get
 flutter run
 ```
 
+When this command is not working for you because a null-safety related error, try to run
+
+```bash
+flutter run --no-sound-null-safety
+```
+
 This will build and launch the app on the connected device or emulator.
 
 ## Libraries, Tools & Packages Used