Skip to content

Commit

Permalink
Modify gpg --recv-key instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- authored Dec 18, 2019
1 parent fe00835 commit d0d9b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ to fetch the compressed disk image file (~1,842MiB) and its signature.

Next, if you like, verify the image using gpg (this step is optional):
```console
# gpg --recv-key DDE76CEA
# gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-key DDE76CEA
# gpg --verify genpi64.img.xz.asc genpi64.img.xz
```

Expand Down Expand Up @@ -133,7 +133,7 @@ to fetch the compressed disk image file (~680MiB) and its signature.

Next, if you like, verify the image using gpg (this step is optional):
```console
# gpg --recv-key DDE76CEA
# gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-key DDE76CEA
# gpg --verify genpi64lite.img.xz.asc genpi64lite.img.xz
```

Expand Down

0 comments on commit d0d9b9a

Please sign in to comment.