diff options
author | Damien Miller <djm@mindrot.org> | 2020-12-22 09:42:37 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-12-22 09:42:52 +0100 |
commit | 397b1c4d393f97427283a4717e9015a2bd31b8a5 (patch) | |
tree | 0796ab4e6a031b3ec502063ec8e3af2206e75aa5 /README.md | |
parent | Improve AIX text. (diff) | |
download | openssh-397b1c4d393f97427283a4717e9015a2bd31b8a5.tar.xz openssh-397b1c4d393f97427283a4717e9015a2bd31b8a5.zip |
whitespace at EOL
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ make && make tests ``` See the [Build-time Customisation](#build-time-customisation) section below for configure options. If you plan on installing OpenSSH to your system, then you will usually want to specify destination paths. - + ### Building from git If building from git, you'll need [autoconf](https://www.gnu.org/software/autoconf/) installed to build the ``configure`` script. The following commands will check out and build portable OpenSSH from git: |