From 9b395363a375534d289f36157d37b8b4a7c865ac Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 4 Oct 2016 19:59:08 +0300 Subject: [PATCH] GPG: fix installation instructions --- README-GPG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-GPG.md b/README-GPG.md index 642c115..27471c0 100644 --- a/README-GPG.md +++ b/README-GPG.md @@ -11,9 +11,9 @@ $ gpg2 --version | head -n1 gpg (GnuPG) 2.1.11 ``` -Update you TREZOR firmware to the latest version (at least [c720614](https://github.com/trezor/trezor-mcu/commit/c720614f6e9b9c07f446c95bda0257980d942871)). +Update you TREZOR firmware to the latest version (at least v1.4.0). -Install latest `trezor-agent` package from [gpg-agent](https://github.com/romanz/trezor-agent/commits/gpg-agent) branch: +Install latest `trezor-agent` package from GitHub: ``` $ pip install --user git+https://github.com/romanz/trezor-agent.git ``` @@ -101,4 +101,4 @@ $ git commit --gpg-sign # create GPG-signed commit $ git log --show-signature -1 # verify commit signature $ git tag --sign "TAG" # create GPG-signed tag $ git verify-tag "TAG" # verify tag signature -``` \ No newline at end of file +```