mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
Merge pull request #43 from romanz/fix-gpg-manual
GPG: fix installation instructions
This commit is contained in:
@@ -11,9 +11,9 @@ $ gpg2 --version | head -n1
|
|||||||
gpg (GnuPG) 2.1.11
|
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
|
$ 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 log --show-signature -1 # verify commit signature
|
||||||
$ git tag --sign "TAG" # create GPG-signed tag
|
$ git tag --sign "TAG" # create GPG-signed tag
|
||||||
$ git verify-tag "TAG" # verify tag signature
|
$ git verify-tag "TAG" # verify tag signature
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user