Skip to content

Commit

Permalink
Give more accurate installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
delucks committed Dec 16, 2018
1 parent 5d3c6f4 commit c393118
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ sshc is a tool for interaction with SSH config files. It retrieves host definiti

## Installation

`sshc` is distributed as a statically compiled binary for a number of target platforms. You can find compressed binaries for `(arm, 386, amd64) x (openbsd, netbsd, freebsd, linux) + osx-amd64` over at [the releases page](https://github.com/delucks/sshc/releases).

If you have the golang toolchain installed, you can install with `go get`:

```
$ go get github.com/delucks/sshc
```

At some point soon I'll offer precompiled binaries with signatures - for now you need the golang toolchain to install this program.

## Usage

The most basic usage is returning the definition for a single host from the file with the `get` command. The single argument to this command is the name of a host defined in your config file:
Expand Down

0 comments on commit c393118

Please sign in to comment.