-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
github-actions[bot] edited this page Aug 24, 2026
·
2 revisions
Install the Pukbot GitHub App on the repositories where comments may be posted. Select only the repositories that need access.
Linux and macOS:
curl --proto '=https' --tlsv1.2 -fsSL https://gitbot.pulkit.page/install.sh | sh
Windows PowerShell:
irm https://gitbot.pulkit.page/install.ps1 | iex
Cargo:
cargo install pukbot --locked
Verify the installation and install completions for the current shell:
pukbot --version
pukbot completions --install
Check for a release update without replacing the executable:
pukbot update --check