From bc74a2a42a922da16bc2a67b2835f9e52288a3c8 Mon Sep 17 00:00:00 2001
From: Kenneth R Hancock <krhancoc@uwaterloo.ca>
Date: Sat, 15 Jan 2022 09:56:52 -0700
Subject: [PATCH] README update

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

diff --git a/README.md b/README.md
index cf37a47..ba7075d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ tar xzvf os161.tar.gz
 You should now have a folder called `os161-1.99` in your home directory. Make this a git repository!
 
 ## Prerequiste complete - install CS350-container
-Once the above requirements are met, you can clone this repository and install the cs350-container by typing:
+Once the above requirements are met, make sure docker desktop is running (if on WSL or MacOS), then you can clone this repository and install the cs350-container by typing:
 ```
 sudo ./install.sh
 ```
-- 
GitLab