We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1ab0b commit 4e3db15Copy full SHA for 4e3db15
README.md
@@ -60,6 +60,14 @@ Options:
60
-v Print version information.
61
```
62
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
71
## Library
72
73
```Go
0 commit comments