diff --git a/README.md b/README.md
index b5fbb3d..6656dd4 100644
--- a/README.md
+++ b/README.md
@@ -174,3 +174,13 @@ We welcome you to submit Issues and Pull Requests!
+
+## Common Issues
+
+### Permission Errors
+- If you encounter permission errors while running scripts, try running with `sudo` (Linux/macOS) or as Administrator (Windows).
+
+### Tool Not Found
+- Make sure tools like `flutter` or `brew` are installed and added to your system PATH.
+- On macOS/Linux, check PATH with `echo $PATH`.
+- On Windows, check Environment Variables in System Settings.
\ No newline at end of file