Skip to content

Commit 08b61d8

Browse files
Merge pull request #34 from muhammadhassanmahar/add-common-issues
Added Common Issues section to README
2 parents 8699d08 + 2a0ebc1 commit 08b61d8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,13 @@ We welcome you to submit Issues and Pull Requests!
174174
<img src="https://contrib.rocks/image?repo=jemishavasoya/dev-cleaner&preview=false&max=&columns=" />
175175
</a>
176176
<br /><br />
177+
178+
## Common Issues
179+
180+
### Permission Errors
181+
- If you encounter permission errors while running scripts, try running with `sudo` (Linux/macOS) or as Administrator (Windows).
182+
183+
### Tool Not Found
184+
- Make sure tools like `flutter` or `brew` are installed and added to your system PATH.
185+
- On macOS/Linux, check PATH with `echo $PATH`.
186+
- On Windows, check Environment Variables in System Settings.

0 commit comments

Comments
 (0)