]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/INSTALL.md: minor formatting fixes
authorDarío Hereñú <magallania@gmail.com>
Thu, 26 Jul 2018 01:57:55 +0000 (22:57 -0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jul 2018 14:37:36 +0000 (16:37 +0200)
Closes #2794

docs/INSTALL.md

index 767105c95bfb58a29a7de78bf2fe8337b0aba980..91b268f601de77ec4a587a40eb502baff38ebfaa 100644 (file)
@@ -45,11 +45,11 @@ your own home directory:
 The configure script always tries to find a working SSL library unless
 explicitly told not to. If you have OpenSSL installed in the default search
 path for your compiler/linker, you don't need to do anything special. If you
-have OpenSSL installed in /usr/local/ssl, you can run configure like:
+have OpenSSL installed in `/usr/local/ssl`, you can run configure like:
 
     ./configure --with-ssl
 
-If you have OpenSSL installed somewhere else (for example, /opt/OpenSSL) and
+If you have OpenSSL installed somewhere else (for example, `/opt/OpenSSL`) and
 you have pkg-config installed, set the pkg-config path first, like this:
 
     env PKG_CONFIG_PATH=/opt/OpenSSL/lib/pkgconfig ./configure --with-ssl