Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation via Homebrew (Linux / macOS)¶
brew install ghInstallation on Fedora¶
sudo dnf config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install -y ghCreate a Release¶
gh release create --title v0.0.1 --rep o dclong/test10 --notes "" v0.0.1https://