mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: direct users to GitHub docs for cloning the repo
Ref gh-4556 Close gh-4571
This commit is contained in:
parent
341c6d1b5a
commit
f1c16de296
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user