Installation
Choose whichever method fits your setup. Installing with
bin is recommended.
Install using bin:
bin install https://github.com/pinepeakdigital/buzzThis downloads the latest release and makes it available in your PATH.
To update:
bin update buzzInstall using Homebrew:
brew tap narthur/tapbrew install narthur/tap/buzzTo upgrade:
brew upgrade narthur/tap/buzzDownload pre-built binaries directly from the releases page. Choose the binary for your operating system and architecture.
To update, download the latest release and replace your existing binary.
If you have Go installed, you can install and update with:
go install github.com/pinepeakdigital/buzz@latestmacOS: unidentified developer warning
Section titled “macOS: unidentified developer warning”If you download the binary directly from GitHub releases, macOS may show an “unidentified developer” warning. Remove the quarantine attribute to resolve it:
xattr -d com.apple.quarantine /path/to/buzzReplace /path/to/buzz with the actual path to the downloaded binary.
This workaround is only needed for direct downloads. If you install via bin
(recommended) or build from source, you won’t encounter it.
Next step
Section titled “Next step”Once buzz is installed, authenticate with Beeminder.
buzz is built by Nathan Arthur and Pine Peak Digital.