diff --git a/system-setup/9-eslint.md b/system-setup/9-eslint.md index a55bf0a..6f046c0 100644 --- a/system-setup/9-eslint.md +++ b/system-setup/9-eslint.md @@ -46,7 +46,13 @@ pwd You should see an output similar to this: `/home/your_user_name/projects/courses` -This is the place to clone repositories for labs +Next, create a directory for your current course - if you are in 102, create a 102 directory. If you are in 201, create a 201 directory, etc. + +```bash +mkdir 102 # if you are in Code 102 +``` + +This directory is where you clone repositories and do your work for labs in this course. --- diff --git a/system-setup/linux/9-eslint.md b/system-setup/linux/9-eslint.md index a55bf0a..6f046c0 100644 --- a/system-setup/linux/9-eslint.md +++ b/system-setup/linux/9-eslint.md @@ -46,7 +46,13 @@ pwd You should see an output similar to this: `/home/your_user_name/projects/courses` -This is the place to clone repositories for labs +Next, create a directory for your current course - if you are in 102, create a 102 directory. If you are in 201, create a 201 directory, etc. + +```bash +mkdir 102 # if you are in Code 102 +``` + +This directory is where you clone repositories and do your work for labs in this course. --- diff --git a/system-setup/mac/8-eslint.md b/system-setup/mac/8-eslint.md index 3ff41c4..fd0bfaa 100644 --- a/system-setup/mac/8-eslint.md +++ b/system-setup/mac/8-eslint.md @@ -46,7 +46,13 @@ pwd You should see an output similar to this: `/home/your_user_name/projects/courses` -This is the place to clone repositories for labs +Next, create a directory for your current course - if you are in 102, create a 102 directory. If you are in 201, create a 201 directory, etc. + +```bash +mkdir 102 # if you are in Code 102 +``` + +This directory is where you clone repositories and do your work for labs in this course. --- diff --git a/system-setup/windows/9-eslint.md b/system-setup/windows/9-eslint.md index a55bf0a..6f046c0 100644 --- a/system-setup/windows/9-eslint.md +++ b/system-setup/windows/9-eslint.md @@ -46,7 +46,13 @@ pwd You should see an output similar to this: `/home/your_user_name/projects/courses` -This is the place to clone repositories for labs +Next, create a directory for your current course - if you are in 102, create a 102 directory. If you are in 201, create a 201 directory, etc. + +```bash +mkdir 102 # if you are in Code 102 +``` + +This directory is where you clone repositories and do your work for labs in this course. ---