mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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:
parent
5e1acb8625
commit
f557ef3839
1 changed files with 10 additions and 1 deletions
11
README.md
11
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue