There are two main ways to install the pbauthor CLI outside of using the recommended methods for MacOS and Windows.

Option One: Download and add executable to PATH

Download the relevant executable from the latest GitHub release, extract the archive, and move the pbauthor executable to your PATH. If you're using WSL (Windows Subsystem for Linux), make sure to download a Linux-specific exectuable.

Option Two: Use go get

This method requires you to have the go executable installed on your machine. Run go install github.com/pathbird/pbauthor. Make sure that ~/go/bin is on your PATH.