From 2f0e3276369b81213224c99b24246fca8503165b Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Wed, 4 Sep 2024 15:00:23 -0400
Subject: [PATCH] auto

---
 assign0.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/assign0.md b/assign0.md
index 9f6f38b..04e7a37 100644
--- a/assign0.md
+++ b/assign0.md
@@ -30,9 +30,10 @@ 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`. You might have to install WSL 2, and for
+   1. On **windows**, use the following to start and enter a container:
+	  1. PowerShell: `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. CMD: `docker run -it -v "%cd%:/424" 424`. The above caveats might apply as well.
 
 1. `cd /424` from within the container. 
 
-- 
GitLab