mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Update documentation
This commit is contained in:
parent
cdae21b02d
commit
317c601f89
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -4,9 +4,23 @@ Minisign
|
|||
|
||||
Minisign is a dead simple tool to sign files and verify signatures.
|
||||
|
||||
For more information: https://jedisct1.github.io/minisign/
|
||||
For more information, please refer to the
|
||||
[Minisign documentation](https://jedisct1.github.io/minisign/)
|
||||
|
||||
Tarballs and pre-compiled binaries for Windows and OSX can be verified with
|
||||
the following public key:
|
||||
|
||||
RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
|
||||
|
||||
Compilation / installation
|
||||
==========================
|
||||
|
||||
Dependencies:
|
||||
- libsodium
|
||||
- cmake
|
||||
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake ..
|
||||
$ make
|
||||
# make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue