From: Darren Tucker Date: Tue, 17 Dec 2019 08:37:06 +0000 (+1100) Subject: Show portable tarball pattern in example. X-Git-Tag: V_8_2_P1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf8de8b8251af69b5ce96a8faa69145af156af4d;p=thirdparty%2Fopenssh-portable.git Show portable tarball pattern in example. --- diff --git a/README.md b/README.md index 41a97baf6..0f3ba89b1 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