From 129933b280b9f20e4369a2055df2cae565b370d1 Mon Sep 17 00:00:00 2001 From: razorblade23 <81590614+razorblade23@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:23:38 +0200 Subject: [PATCH] Added a bit of content to teat our the new workflow --- curriculum/02-prerequisites/03-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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