From 79cd826f6c5ac07dd4c851ea0071712ee9eeba2a Mon Sep 17 00:00:00 2001 From: Gabby-Moon <194023457+Gabby-Moon@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:40:58 -0800 Subject: [PATCH] Added note for cd for in class students in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb5364..0e3f1b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo ## Navigate your command line 1. Open your command line (Git Bash on Windows, Terminal on Mac). -1. Create a new directory where you will store repositories for this course. By default this will be in your home directory, but you can choose to put it elsewhere if you like. Run the below command to make a directory named `sdev301`. +1. Create a new directory (If you haven't already) where you will store repositories for this course. By default this will be in your home directory, but you can choose to put it elsewhere if you like. Run the below command to make a directory named `sdev301`. ``` mkdir sdev301 ```