]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Show portable tarball pattern in example.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 17 Dec 2019 08:37:06 +0000 (19:37 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 17 Dec 2019 22:14:45 +0000 (09:14 +1100)
README.md

index 41a97baf62100475b96919cb4a5764cd8bada2f8..0f3ba89b10cd26279699f5af91fc42fe2e207f5b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Portable OpenSSH is built using autoconf and make. It requires a working C compi
 Releases include a pre-built copy of the ``configure`` script and may be built using:
 
 ```
-tar zxvf openssh-X.Y.tar.gz
+tar zxvf openssh-X.YpZ.tar.gz
 cd openssh
 ./configure # [options]
 make && make tests