From 4c41d67f4bed250290fb040c7617fa0db0b9fdc3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 30 Jun 2024 15:04:40 +0800 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 718e061..e33757e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # pinentry-cli-java -pinentry-cli Java lib \ No newline at end of file +pinentry-cli Java lib + + +Require `pinentry-cli` installed: +```shell +cargo install --git https://git.hatter.ink/hatter/pinentry-cli.git +```