From a25db895b3bf53aadecc49790929156e061d3f40 Mon Sep 17 00:00:00 2001 From: Kassie Bradshaw Date: Tue, 18 Oct 2022 14:28:00 -0700 Subject: [PATCH 1/5] Instruction for creating course directory --- system-setup/9-eslint.md | 8 +++++++- system-setup/linux/9-eslint.md | 8 +++++++- system-setup/mac/8-eslint.md | 8 +++++++- system-setup/windows/9-eslint.md | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/system-setup/9-eslint.md b/system-setup/9-eslint.md index a55bf0a..0c7b0a6 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 the place to clone repositories for labs --- diff --git a/system-setup/linux/9-eslint.md b/system-setup/linux/9-eslint.md index a55bf0a..0c7b0a6 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 the place to clone repositories for labs --- diff --git a/system-setup/mac/8-eslint.md b/system-setup/mac/8-eslint.md index 3ff41c4..cd1489e 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 the place to clone repositories for labs --- diff --git a/system-setup/windows/9-eslint.md b/system-setup/windows/9-eslint.md index a55bf0a..0c7b0a6 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 the place to clone repositories for labs --- From d076c4f34fac5eb8b4f7d65c2f6d559bcf27be2d Mon Sep 17 00:00:00 2001 From: John Cokos Date: Tue, 18 Oct 2022 15:03:09 -0700 Subject: [PATCH 2/5] Update system-setup/9-eslint.md --- system-setup/9-eslint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-setup/9-eslint.md b/system-setup/9-eslint.md index 0c7b0a6..6f046c0 100644 --- a/system-setup/9-eslint.md +++ b/system-setup/9-eslint.md @@ -52,7 +52,7 @@ Next, create a directory for your current course - if you are in 102, create a 1 mkdir 102 # if you are in Code 102 ``` -This directory is the place to clone repositories for labs +This directory is where you clone repositories and do your work for labs in this course. --- From 0448c90bf67add3f88a429a8a8b331a2ec15baac Mon Sep 17 00:00:00 2001 From: John Cokos Date: Tue, 18 Oct 2022 15:03:14 -0700 Subject: [PATCH 3/5] Update system-setup/linux/9-eslint.md --- system-setup/linux/9-eslint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-setup/linux/9-eslint.md b/system-setup/linux/9-eslint.md index 0c7b0a6..6f046c0 100644 --- a/system-setup/linux/9-eslint.md +++ b/system-setup/linux/9-eslint.md @@ -52,7 +52,7 @@ Next, create a directory for your current course - if you are in 102, create a 1 mkdir 102 # if you are in Code 102 ``` -This directory is the place to clone repositories for labs +This directory is where you clone repositories and do your work for labs in this course. --- From aa542b5fa09fbe20e7e156948721bf6b2f7e1bc2 Mon Sep 17 00:00:00 2001 From: John Cokos Date: Tue, 18 Oct 2022 15:03:19 -0700 Subject: [PATCH 4/5] Update system-setup/mac/8-eslint.md --- system-setup/mac/8-eslint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-setup/mac/8-eslint.md b/system-setup/mac/8-eslint.md index cd1489e..fd0bfaa 100644 --- a/system-setup/mac/8-eslint.md +++ b/system-setup/mac/8-eslint.md @@ -52,7 +52,7 @@ Next, create a directory for your current course - if you are in 102, create a 1 mkdir 102 # if you are in Code 102 ``` -This directory is the place to clone repositories for labs +This directory is where you clone repositories and do your work for labs in this course. --- From 81b87086bf7e4ffe204ea1b925f1d98256021cbd Mon Sep 17 00:00:00 2001 From: John Cokos Date: Tue, 18 Oct 2022 15:03:24 -0700 Subject: [PATCH 5/5] Update system-setup/windows/9-eslint.md --- system-setup/windows/9-eslint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-setup/windows/9-eslint.md b/system-setup/windows/9-eslint.md index 0c7b0a6..6f046c0 100644 --- a/system-setup/windows/9-eslint.md +++ b/system-setup/windows/9-eslint.md @@ -52,7 +52,7 @@ Next, create a directory for your current course - if you are in 102, create a 1 mkdir 102 # if you are in Code 102 ``` -This directory is the place to clone repositories for labs +This directory is where you clone repositories and do your work for labs in this course. ---