diff --git a/README.md b/README.md index cd83d68..7401239 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ If you have multiple subkeys, usually it is the authenticate key highlighted wit ### Derive private SSH key ```sh -❯ go run main.go +❯ go build +❯ ./pgp2ssh ``` It'll ask you for the path to your private PGP key, followed by choosing the key/subkey and if your PGP key is encrypted it'll ask for the passphrase. diff --git a/go.mod b/go.mod index 9aeb8c0..5682122 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gpg2age +module pgp2ssh go 1.21.8