You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ git clone "url you just copied"
25
25
26
26
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
27
27
28
+
Before cloning you just make sure that you have changed the directory to _Desktop_ or some other locations, To change the directory to Desktop run the following command:
29
+
30
+
```
31
+
cd Desktop
32
+
```
33
+
28
34
<imgalign="right"width="300"src="https://firstcontributions.github.io/assets/Readme/copy-to-clipboard.png"alt="copy URL to clipboard" />
0 commit comments