We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341c6d1 commit f1c16deCopy full SHA for f1c16de
README.md
@@ -39,13 +39,9 @@ if you swing that way. Easy-peasy.
39
How to build your own jQuery
40
----------------------------
41
42
-Clone a copy of the main jQuery git repo by running:
+First, [clone the jQuery git repo](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
43
44
-```bash
45
-git clone git://github.com/jquery/jquery.git
46
-```
47
-
48
-Enter the jquery directory and run the build script:
+Then, enter the jquery directory and run the build script:
49
```bash
50
cd jquery && npm run build
51
```
0 commit comments