Skip to content

Commit 4e3db15

Browse files
author
Andreas Auernhammer
authored
Update README.md
1 parent 1a1ab0b commit 4e3db15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ Options:
6060
-v Print version information.
6161
```
6262

63+
## Installation
64+
65+
If your system has [Go1.16+](), you can build from source:
66+
```
67+
git clone https://aead.dev/minisign && cd minisign
68+
go build -o . aead.dev/minisign/cmd/minisign
69+
```
70+
6371
## Library
6472

6573
```Go

0 commit comments

Comments
 (0)