Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.34 KB


Build GitHub code size in bytes GitHub GitHub last commit (branch) GitHub commit activity (branch)

Summary

Install

Windows
  1. Download latest windows binary
  2. Move executable to dedicated directory, ie "C:\Program Files\Jonathan is so cool\"
  3. Add directory to your PATH
  4. "C:\Program Files\my-directory\" |
    if (!($env:Path -like "*$_*"))
    {
        $env:Path = "$( $env:Path );$_"
    }
Linux
  1. Download latest linux binary
  2. Add to $HOME\bin\ directory

Want to get involved?

See our contributing doc before taking a whack at any open issues.