From bdac94ef74529213bf4fadb73a1cd6ce7e4c8ea1 Mon Sep 17 00:00:00 2001
From: AnCampbell-AU <AnCampbell-AU@users.noreply.github.com>
Date: Fri, 10 May 2019 16:01:49 +1000
Subject: [PATCH] Update README.md

Add small note for windows users when adding TCLLIBPATH env var
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8c44019..0de67f9 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,11 @@ If you get a message saying *syntax error in expression ""aa" starts_with "a"":
 Download latest [TesTcl distribution](https://github.com/landro/TesTcl/releases) from github containing all the files (including examples) found in the project.
 Unzip, and add unzipped directory to the [TCLLIBPATH](http://jtcl.kenai.com/gettingstarted.html) environment variable:
 
+On MacOS X and Linux:
+
     export TCLLIBPATH=whereever/TesTcl-1.0.13
+    
+On Windows, create a System Variable named `TCLLIBPATH` and make sure that the path uses forward slashes '/'
 
 In order to run this example, type in the following at the command-line: