diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 257a1b6..7e67162 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for taking the time to contribute! This document describes how to set ## Prerequisites -- [Bun](https://bun.sh) ≥ 1.0 +- [Bun](https://bun.sh) ≥ 1.4 - A GitHub personal access token with `repo` scope (for integration testing) ## Development setup diff --git a/docs/.vitepress/theme/InstallSection.vue b/docs/.vitepress/theme/InstallSection.vue index 050b37f..df0e078 100644 --- a/docs/.vitepress/theme/InstallSection.vue +++ b/docs/.vitepress/theme/InstallSection.vue @@ -153,6 +153,27 @@ function copySearch() {

Step 2: Export your GitHub token

+
+ + Already using the + GitHub CLI? Skip this step — a token is retrieved automatically via gh auth token. +