diff --git a/README.md b/README.md index 2c5bcfa..f72bc81 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ For now, the local execution path gives you full control and privacy. As we buil - [๐Ÿ“ฆ Publishing Guide](docs/PUBLISHING.md) - How to publish to PyPI - [๐Ÿค Contributing](docs/CONTRIBUTING.md) - How to contribute +### Troubleshooting +- [๐Ÿ”ง Fix Installation Issues](FIX_INSTALL.md) - Resolve `ModuleNotFoundError: No module named 'flakestorm.reports'` +- [๐Ÿ”จ Fix Build Issues](BUILD_FIX.md) - Resolve `pip install .` vs `pip install -e .` problems + ### Reference - [๐Ÿ“‹ API Specification](docs/API_SPECIFICATION.md) - API reference - [๐Ÿงช Testing Guide](docs/TESTING_GUIDE.md) - How to run and write tests