Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 616 Bytes

File metadata and controls

23 lines (16 loc) · 616 Bytes

Prerequisites — Fedora / RHEL

sudo dnf install jq bc gzip python3 git

For the GitHub CLI (gh):

sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh

Already present on most Fedora/RHEL installs: bash, coreutils (provides timeout, tr, sort, wc, etc.), grep, awk, sed, gzip, find

Install Claude Code:

npm install -g @anthropic-ai/claude-code

See the Claude Code docs for authentication setup.