From 38edf6e65ffdf82c161f3942cf17652c5c2f5a37 Mon Sep 17 00:00:00 2001
From: Kenneth R Hancock <krhancoc@uwaterloo.ca>
Date: Sun, 16 Jan 2022 12:00:26 -0700
Subject: [PATCH] Clarification on README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f09cc69..c354342 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ If you do not have access to a UNIX or UNIX-like environment then you can use th
 [older instructions](https://student.cs.uwaterloo.ca/~cs350/common/Install161.html) to build, run, debug and test in University of Waterloo's linux student environment.
 
 ## Windows Option A
-This is an emulated environment and allows for bash like commands, but you are running windows underneath.
+This is an emulated environment and allows for bash like commands, but you are running windows underneath. You will need to use
+Git Bash for all commands stated in this README and to run any of the provided scripts.
 * Install [Git for Windows](https://gitforwindows.org/)
 * Install [docker](https://docs.docker.com/desktop/windows/install) for Windows.
 
-- 
GitLab