There are two main ways to install the pbauthor CLI outside of using the recommended methods for MacOS and Windows.
PATHDownload 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.
go getThis 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.