Skip to content

Commit f1c16de

Browse files
authored
Docs: direct users to GitHub docs for cloning the repo
Ref gh-4556 Close gh-4571
1 parent 341c6d1 commit f1c16de

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ if you swing that way. Easy-peasy.
3939
How to build your own jQuery
4040
----------------------------
4141

42-
Clone a copy of the main jQuery git repo by running:
42+
First, [clone the jQuery git repo](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
4343

44-
```bash
45-
git clone git://github.com/jquery/jquery.git
46-
```
47-
48-
Enter the jquery directory and run the build script:
44+
Then, enter the jquery directory and run the build script:
4945
```bash
5046
cd jquery && npm run build
5147
```

0 commit comments

Comments
 (0)