docs/src/content/docs/companions/enhance/getting-started.mdx
import { Aside } from "@astrojs/starlight/components";
Get started using ENHANCE to manage your PRs GitHub Actions.
Install the gh CLI
brew install gh # e.g. if on macOS
Or, see the installation instructions for other platforms.
Install this extension:
# if you're *not* in the insiders program
gh extension install dlvhdr/gh-enhance
# if you are in the insiders program
gh extension install dlvhdr-insiders/gh-enhance
To get the icons to render properly, you should download and install a Nerd font. Then, select that font as your font for your terminal of choice.
brew install --cask font-fira-code-nerd-font
If you want to install this extension manually, follow these steps:
If you're not in the insiders program:
# Git
git clone https://github.com/dlvhdr/gh-enhance
# or with the GitHub CLI
gh repo clone dlvhdr/gh-enhance
If you are in the insiders program:
# Git
git clone https://github.com/dlvhdr-insiders/gh-enhance
# or with the GitHub CLI
gh repo clone dlvhdr-insiders/gh-enhance
cd into it
cd gh-enhance
Install it locally
gh extension install .