Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.06 KB

RELEASE_TEMPLATE.md

File metadata and controls

36 lines (24 loc) · 1.06 KB

Installation

You can use go to build SSH Manager locally with:

go install github.com/omegion/ssh-manager@latest

Or, you can use the usual commands to install or upgrade:

On OS X

sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/{{.Env.VERSION}}/ssh-manager-darwin-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager

On Linux

sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/{{.Env.VERSION}}/ssh-manager-linux-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager

On Windows (Powershell)

Invoke-WebRequest -Uri https://github.com/omegion/ssh-manager/releases/download/{{.Env.VERSION}}/ssh-manager-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\ssh-manager.exe

Otherwise, download one of the releases from the release page directly.

See the install docs for more install options and instructions.

Changelog