Windows
- Download latest windows binary
- Move executable to dedicated directory, ie
"C:\Program Files\Jonathan is so cool\"
- Add directory to your PATH
"C:\Program Files\my-directory\" |
if (!($env:Path -like "*$_*"))
{
$env:Path = "$( $env:Path );$_"
}
Linux
- Download latest linux binary
- Add to
$HOME\bin\
directory
See our contributing doc before taking a whack at any open issues.