diff --git a/curriculum/02-prerequisites/03-command-line.md b/curriculum/02-prerequisites/03-command-line.md
index 58a33a0..ad6b21e 100644
--- a/curriculum/02-prerequisites/03-command-line.md
+++ b/curriculum/02-prerequisites/03-command-line.md
@@ -34,4 +34,4 @@ The window that opens will probably be mostly blank with the exception of some t
Often the instructions on varius sources will use `$ whoami` examples. Do not copy or write `$` character, only the command in front of it.
## Basic Commands
-Lets start by exploring our filesystem. Type in `ls` and press Enter
\ No newline at end of file
+Lets start by exploring our filesystem. Type in `ls` and press Enter. This lists out your current directory contents. But where is that directory even located? Let's find out: type `pwd` and press Enter and see your current filepath.
\ No newline at end of file