We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe00835 commit d0d9b9aCopy full SHA for d0d9b9a
README.md
@@ -95,7 +95,7 @@ to fetch the compressed disk image file (~1,842MiB) and its signature.
95
96
Next, if you like, verify the image using gpg (this step is optional):
97
```console
98
-# gpg --recv-key DDE76CEA
+# gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-key DDE76CEA
99
# gpg --verify genpi64.img.xz.asc genpi64.img.xz
100
```
101
@@ -133,7 +133,7 @@ to fetch the compressed disk image file (~680MiB) and its signature.
133
134
135
136
137
# gpg --verify genpi64lite.img.xz.asc genpi64lite.img.xz
138
139
0 commit comments