summaryrefslogtreecommitdiff
path: root/NOTES.WIN
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-03-03 17:20:07 +0100
committerRichard Levitte <levitte@openssl.org>2020-06-28 18:43:04 +0200
commit16b0e0fcb32f553b9302db997045950c6af5f805 (patch)
tree933de4b46a9bdd3984032548bb5b2292f708dd92 /NOTES.WIN
parent180626159e31f04021fdb20b48b1e61b62a06073 (diff)
downloadopenssl-new-16b0e0fcb32f553b9302db997045950c6af5f805.tar.gz
DOC: Mention Configure consistently
'config' is now a mere wrapper for backward compatibility. All documentation is changed accordingly. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11230)
Diffstat (limited to 'NOTES.WIN')
-rw-r--r--NOTES.WIN2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES.WIN b/NOTES.WIN
index bc6e3d2c32..a5792647af 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -140,7 +140,7 @@
or
./Configure mingw64 ...
or
- ./config ...
+ ./Configure ...
for the default architecture.
Apart from that, follow the Unix / Linux instructions in INSTALL.md.