From 1959542693b3dabb739d104117cb94769380026b Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Wed, 4 Sep 2024 09:42:43 -0400
Subject: [PATCH] auto

---
 assign0.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/assign0.md b/assign0.md
index 66502fb..9f6f38b 100644
--- a/assign0.md
+++ b/assign0.md
@@ -30,7 +30,9 @@ in `Dockerfile`.
 1. Verify that the imeage has been build in your docker
    Desktop. Assuming you are using bash, run the image: `docker run -it -v $(pwd):/424 424`
    1. For *tcsh* use ``docker run -it -v `pwd`:/424 424``.
-   1. On **windows**, the following worked for me: `docker run -it -v "${PWD}:/424" 424`. 
+   1. On **windows**, the following worked for me: `docker run -it -v
+      "${PWD}:/424" 424`. You might have to install WSL 2, and for
+      this powershell will have to be running as administrator as well.
 
 1. `cd /424` from within the container. 
 
-- 
GitLab