aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2019-12-16 13:37:16 -0500
committerGitHub <noreply@github.com>2019-12-16 13:37:16 -0500
commitf1c16de29689d2cfaf629f00d682148e99753509 (patch)
treeafc1abb5e55b774867fa33a41f9398313132eba8
parent341c6d1b5abe4829f59fbc32e93f6a6a1afb900f (diff)
downloadjquery-f1c16de29689d2cfaf629f00d682148e99753509.tar.gz
jquery-f1c16de29689d2cfaf629f00d682148e99753509.zip
Docs: direct users to GitHub docs for cloning the repo
Ref gh-4556 Close gh-4571
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 376faed0a..104f3ecca 100644
--- a/README.md
+++ b/README.md
@@ -39,13 +39,9 @@ if you swing that way. Easy-peasy.
How to build your own jQuery
----------------------------
-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).
-```bash
-git clone git://github.com/jquery/jquery.git
-```
-
-Enter the jquery directory and run the build script:
+Then, enter the jquery directory and run the build script:
```bash
cd jquery && npm run build
```