This commit is contained in:
Bryan Black 2018-07-19 15:23:46 -07:00 committed by GitHub
parent 81b1fc2128
commit 7b12dc5bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ The important part here is typing the **`username`** and **`hostname/IP`**. Thes
### 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
git clone git@github.com:stationgroup/gpg-agent-forward.git && cd gpg-agent-forward && ./yubikey_gpg-agent-forward.sh USER HOST.COM
```