]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Split README.platform into its own line.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 14 Jul 2022 00:02:35 +0000 (10:02 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 14 Jul 2022 00:02:35 +0000 (10:02 +1000)
README.platform has general platform-specific information, having it
following text about FIDO2 on the same line could imply that it only
has information about FIDO2.

README.md

index 08e14c5958e7651d5055f81b0d35ec195f755895..04e3a5198a91b390d42283d9bfe39831ff0231f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,9 @@ Portable OpenSSH is built using autoconf and make. It requires a working C compi
 
 [zlib](https://www.zlib.net/) is optional; without it transport compression is not supported.
 
-FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependencies. Also, certain platforms and build-time options may require additional dependencies; see README.platform for details.
+FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependencies.
+
+In addition, certain platforms and build-time options may require additional dependencies; see README.platform for details about your platform.
 
 ### Building a release