Installation

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

  1. Download a release from the releases page named correspondingly to the platform of your system.

  2. Decompress the release archive you’ve downloaded

    tar xvfz paperboy-0.1.0_macOS-64bit.tar.gz
    
  3. 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

  1. Download a release from the releases page named correspondingly to the platform of your system.

  2. Decompress the release archive you’ve downloaded

    unzip paperboy-0.1.0_Windows-64bit.zip
    
  3. 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.