summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-12-17 19:37:06 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-12-18 09:14:45 +1100
commitbf8de8b8251af69b5ce96a8faa69145af156af4d (patch)
treed842b5b3bcf8f53b50429b3cabe35ef4a9dd2390 /README.md
parenta19ef613e98141cc37c8acdeebe285b9dbe2531e (diff)
downloadopenssh-git-bf8de8b8251af69b5ce96a8faa69145af156af4d.tar.gz
Show portable tarball pattern in example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41a97baf..0f3ba89b 100644
--- 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