From db874ad98fd18f40f0c5172e00ec9a0f770d3ce7 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 20 Jun 2016 22:38:30 +0300 Subject: [PATCH] README: add GPG part --- trezor_agent/gpg/README.md => README-GPG.md | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename trezor_agent/gpg/README.md => README-GPG.md (98%) diff --git a/trezor_agent/gpg/README.md b/README-GPG.md similarity index 98% rename from trezor_agent/gpg/README.md rename to README-GPG.md index e3a9575..6cb3d83 100644 --- a/trezor_agent/gpg/README.md +++ b/README-GPG.md @@ -1,4 +1,4 @@ -# Using TREZOR as hardware GPG agent +# Installation First, verify that you have GPG 2.1+ [installed](https://gist.github.com/vt0r/a2f8c0bcb1400131ff51): diff --git a/README.md b/README.md index c74edc8..6081dfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Using TREZOR as a hardware SSH agent +# Using TREZOR as a hardware SSH/GPG agent [![Build Status](https://travis-ci.org/romanz/trezor-agent.svg?branch=master)](https://travis-ci.org/romanz/trezor-agent) [![Python Versions](https://img.shields.io/pypi/pyversions/trezor_agent.svg)](https://pypi.python.org/pypi/trezor_agent/) @@ -12,4 +12,7 @@ See SatoshiLabs' blog post about this feature: - https://medium.com/@satoshilabs/trezor-firmware-1-3-4-enables-ssh-login-86a622d7e609 ## SSH usage -See the following [link](README-SSH.md) for instructions. \ No newline at end of file +See the following [link](README-SSH.md) for instructions. + +## GPG usage +See the following [link](README-GPG.md) for instructions. \ No newline at end of file