Skip to content

Commit

Permalink
README: how to install a pre-built bin
Browse files Browse the repository at this point in the history
  • Loading branch information
yzp0n committed May 4, 2020
1 parent 2ccaf6c commit 54bc945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ kmgm is a [certificate authority](https://en.wikipedia.org/wiki/Certificate_auth

Linux:

Install a pre-built binary:

```sh
VER=0.1.0; curl -vL https://github.com/IPA-CyberLab/kmgm/releases/download/v${VER}/kmgm_${VER}_Linux_x86_64.tar.gz | tar zx -C /usr/local/bin kmgm
```

or, to build it yourself:

```sh
go get -v -u github.com/IPA-CyberLab/kmgm/cmd/...
```
Expand Down

0 comments on commit 54bc945

Please sign in to comment.