Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion system-setup/9-eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
8 changes: 7 additions & 1 deletion system-setup/linux/9-eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
8 changes: 7 additions & 1 deletion system-setup/mac/8-eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
8 changes: 7 additions & 1 deletion system-setup/windows/9-eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down