diff --git a/assign0.md b/assign0.md
index 9f6f38baa70557568dbe2c6163de0241326b3d74..04e7a37c766d740e53649ee1e7a30234e5252519 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.