git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/tools/zign/README.md (about) 1 # zign 2 3 4 ## Installation 5 6 ```shell 7 $ go install git.sr.ht/~pingoo/stdx/tools/zign@latest 8 ``` 9 10 11 ## Usage 12 13 ```shell 14 $ zign init 15 $ ls 16 zign.private 17 zign.public 18 ``` 19 20 ```shell 21 $ zign sign -o myproject_1.4.2.zign.json zign.private file1 file2 file2... 22 ``` 23 24 25 ```shell 26 $ zign verify "publicKey" myproject_1.4.2.zign.json 27 ```