summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-05-13 11:16:50 -0400
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-05-15 20:49:40 +0200
commit43a70f02022ebbc29aa71853f04f1dc0d9772846 (patch)
treed032262b25fdedcd45b2add1a31f5a945df5782e /INSTALL.md
parenta51f225d0d6a9ea5b25a07091a67bb3c737ffe31 (diff)
Fix all MD036 (emphasis used instead of heading)
The main fixes were errors in itemized lists "*)" instead of "*" Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11770)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d4da50c7f7..88961aa74b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -262,13 +262,14 @@ for 32bit binaries on 64bit Windows (WOW64).
#### Installing to a different location
To install OpenSSL to a different location (for example into your home
-directory for testing purposes) run config like this:
+directory for testing purposes) run config as shown in the following
+examples.
-**On Unix**
+On Unix:
$ ./config --prefix=/opt/openssl --openssldir=/usr/local/ssl
-**On OpenVMS**
+On OpenVMS:
$ @config --prefix=PROGRAM:[INSTALLS] --openssldir=SYS$MANAGER:[OPENSSL]