summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-07-14 10:02:35 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-07-14 10:02:35 +1000
commit36857fefd8849c4b0e877cfd9d1eb22f79b76650 (patch)
treefb7257a33d4037a16506121a69bbf7c317b4ff13
parent00a496c6c14f2d41f2a9365714d494dd5f3aac9f (diff)
Split README.platform into its own line.
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.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08e14c59..04e3a519 100644
--- 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