diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Portable OpenSSH is built using autoconf and make. It requires a working C compi | |||
34 | Releases include a pre-built copy of the ``configure`` script and may be built using: | 34 | Releases include a pre-built copy of the ``configure`` script and may be built using: |
35 | 35 | ||
36 | ``` | 36 | ``` |
37 | tar zxvf openssh-X.Y.tar.gz | 37 | tar zxvf openssh-X.YpZ.tar.gz |
38 | cd openssh | 38 | cd openssh |
39 | ./configure # [options] | 39 | ./configure # [options] |
40 | make && make tests | 40 | make && make tests |