From 4c6985bb838de83887398d6c0aed59c3cf4879e2 Mon Sep 17 00:00:00 2001 From: Jeff Lawson Date: Sat, 2 Feb 2019 01:41:18 +0000 Subject: [PATCH] formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 340fc56..2757321 100755 --- a/README.md +++ b/README.md @@ -13,21 +13,21 @@ To make type: make make install -The configure script will deduce $PREFIX from the tcl installation. -The generated Makefile uses the file $PREFIX/lib/tclConfig.sh that was left by +The configure script will deduce `$PREFIX` from the tcl installation. +The generated `Makefile` uses the file `$PREFIX/lib/tclConfig.sh` that was left by the make of tcl for most of its configuration parameters. -There is another README to explain how to compile in Windows. +There is another file, ReadMeW32.txt, to explain how to compile in Windows. ## Troubleshooting If you are running Red Hat or Fedora and you are compiling from source, -make sure the directory '/usr/local/lib' is listed in '/etc/ld.so.conf', +make sure the directory `/usr/local/lib` is listed in `/etc/ld.so.conf`, if it isn't add it before installing cURL. If the configure script doesn't detect Tcl even though it is there, it -is probably because there is no 'tclConfig.sh' file, maybe you need -to install a 'tcl-devel' package or maybe it would be a good idea +is probably because there is no `tclConfig.sh` file, maybe you need +to install a `tcl-devel` package or maybe it would be a good idea to download the latest version, and install that. ## Usage