Skip to content

Commit 0758f7f

Browse files
committed
clarify how to download prebuilt binary
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
1 parent 9baf3c0 commit 0758f7f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ A bridge connects openssh-portable and GnuPG on Windows.
99
cargo install -f --git https://github.com/busyjay/gpg-bridge
1010
```
1111
12+
It's recommanded to build the binary yourself. In case you don't want to setup Rust environment,
13+
you can also download a prebuilt binary from github action artifact. [Here][1] is an official guide
14+
on how to download artifacts. The artifact is packaged for every commit, make sure download the
15+
latest one.
16+
1217
2. Make sure you have setup gpg agent forward following [the guide](https://wiki.gnupg.org/AgentForwarding).
1318
1419
3. Directly using socket provided by GnuPG won't work on Windows, so change local socket to a TCP port instead.
@@ -79,3 +84,5 @@ protocols.
7984
3. Now let OpenSSH to use gpg agent by setting environment variable `SSH_AUTH_SOCK` to `\\.\pipe\gpg-bridge-ssh`.
8085
8186
The string "gpg-bridge-ssh" can be changed to anything you want, just make sure it's consistent everywhere.
87+
88+
[1]: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

0 commit comments

Comments
 (0)