feat: update readme

This commit is contained in:
2025-05-22 00:39:05 +08:00
parent 48c65601fd
commit 7e6df2481e

View File

@@ -1,2 +1,9 @@
# external-signer-pkcs11
Cross compile:
```shell
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="zig cc -target x86_64-linux" CXX="zig c++ -target x86_64-linux" go build -o external-signer-pkcs11-linux-x86_64
```