Skip to content

Commit 381b0d6

Browse files
committed
chore: update console instructions
1 parent dabed97 commit 381b0d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
1. Clone this repo to your local machine
2020

2121
```console
22-
you@yourcomputer:~$ mkdir source
23-
you@yourcomputer:~$ git clone https://github.com/anthonydmays/study-crm
22+
mkdir source
23+
git clone https://github.com/anthonydmays/study-crm
2424
```
2525

2626
1. Open the new folder you just downloaded in VS Code
@@ -37,9 +37,9 @@ you@yourcomputer:~$ git clone https://github.com/anthonydmays/study-crm
3737
1. Clone this repo to your local machine
3838

3939
```console
40-
you@yourcomputer:~$ mkdir source
41-
you@yourcomputer:~$ git clone https://github.com/anthonydmays/study-crm
42-
you@yourcomputer:~$ cd study-crm
40+
mkdir source
41+
git clone https://github.com/anthonydmays/study-crm
42+
cd study-crm
4343
```
4444

4545
1. You can now open the project in your favorite coding editor.

0 commit comments

Comments
 (0)