Skip to content

Commit fdeea4a

Browse files
committed
docs: add repository bootstrap section to README
1 parent 0aa9845 commit fdeea4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ Examples:
6868
- `v0.2.0` GitHub automation and templates
6969
- `v1.0.0` stable release
7070

71+
## Repository Bootstrap (after creating GitHub repo)
72+
73+
```bash
74+
git remote add origin git@github.com:<your-username>/<your-repo>.git
75+
git push -u origin main
76+
gh auth login
77+
./scripts/bootstrap_github_labels.sh
78+
```
79+
7180
## GitHub Setup
7281

7382
See `docs/GITHUB_PUBLISH_GUIDE.md` for:

0 commit comments

Comments
 (0)