From 81b1fc2128f13d4588a9cfbb4b4f43c8fc764e5b Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Thu, 19 Jul 2018 15:22:58 -0700 Subject: [PATCH] add one-liner --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98e9dd4..d20e328 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,10 @@ This assumes you [already added a GPG key to your Yubikey](https://github.com/dr ``` The important part here is typing the **`username`** and **`hostname/IP`**. These variables are needed to write a correct config. + + +### The one-liner version + +``` +git clone git@github.com:stationgroup/gpg-agent-forward.git ; cd gpg-agent-forward ; ./yubikey_gpg-agent-forward.sh USER HOST.COM +```