diff options
author | Darío Hereñú <magallania@gmail.com> | 2018-07-25 22:57:55 -0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-07-26 16:37:36 +0200 |
commit | 7212c4cd607af889c9adc47030a84b6f8ac3b0f6 (patch) | |
tree | cc9e41b12219435abee7f963ef293f9fb61773c2 /docs/INSTALL.md | |
parent | 812d05daffcdb69a84b91cf1683d57334553e70c (diff) | |
download | curl-7212c4cd607af889c9adc47030a84b6f8ac3b0f6.tar.gz |
docs/INSTALL.md: minor formatting fixes
Closes #2794
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 767105c95..91b268f60 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 |