Quick install coming soon
During the pre-1.0
period, we are only releasing compressed binaries via
GitHub releases.
Stay tuned for simpler methods of installation in the near future.
Manual install on Linux & macOS
Download a release from the releases page named correspondingly to the platform of your system.
Decompress the release archive you’ve downloaded
tar xvfz paperboy-0.1.0_macOS-64bit.tar.gz
Move the paperboy file into your executable search path:
sudo mv paperboy /usr/local/bin # Global install mv paperboy ~/bin # Local install
Manual install on Windows
Download a release from the releases page named correspondingly to the platform of your system.
Decompress the release archive you’ve downloaded
unzip paperboy-0.1.0_Windows-64bit.zip
Move the paperboy file into your executable search path:
mkdir c:\Paperboy\bin move paperboy c:\Paperboy\bin
And subsequently add
c:\Paperboy\bin
to your search path.