Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Auernhammer authored Mar 2, 2021
1 parent 1a1ab0b commit 4e3db15
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 @@ -60,6 +60,14 @@ Options:
-v Print version information.
```

## Installation

If your system has [Go1.16+](), you can build from source:
```
git clone https://aead.dev/minisign && cd minisign
go build -o . aead.dev/minisign/cmd/minisign
```

## Library

```Go
Expand Down

0 comments on commit 4e3db15

Please sign in to comment.