From f557ef38395ff17af047b72674bfbcd3de424f50 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 17 Mar 2026 09:01:18 -0400 Subject: [PATCH] Update README: discussions for feature requests, add fabro install/init to Quick Start Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a39f2623e..29a02175d 100644 --- a/README.md +++ b/README.md @@ -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