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