We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabed97 commit 381b0d6Copy full SHA for 381b0d6
README.md
@@ -19,8 +19,8 @@
19
1. Clone this repo to your local machine
20
21
```console
22
-you@yourcomputer:~$ mkdir source
23
-you@yourcomputer:~$ git clone https://github.com/anthonydmays/study-crm
+mkdir source
+git clone https://github.com/anthonydmays/study-crm
24
```
25
26
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
37
38
39
40
41
42
-you@yourcomputer:~$ cd study-crm
+cd study-crm
43
44
45
1. You can now open the project in your favorite coding editor.
0 commit comments