Update README: discussions for feature requests, add fabro install/init to Quick Start

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-17 09:01:18 -04:00
parent 5e1acb8625
commit f557ef3839
No known key found for this signature in database

View file

@ -118,12 +118,21 @@ codex "$(curl -fsSL https://fabro.sh/install.md)"
curl -fsSL https://fabro.sh/install.sh | bash
```
Then initialize Fabro in your project:
```bash
fabro install # one-time setup
cd my-project
fabro init # per project
```
---
## Help or Feedback
- [Bug reports](https://github.com/fabro-sh/fabro/issues) via GitHub Issues
- [Feature requests](https://github.com/fabro-sh/fabro/issues) via GitHub Issues
- [Feature requests](https://github.com/fabro-sh/fabro/discussions) via GitHub Discussions
- Email [bryan@qlty.sh](mailto:bryan@qlty.sh) for questions
- See [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions and development workflow