diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2015-01-06 22:15:53 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2015-01-06 22:15:53 -0500 |
commit | a3779bc3254159f5a99e8204e69a0f0b9e191f6f (patch) | |
tree | 8dd379bf246056b9d7de2ab1e36651bf5b296937 /README.md | |
parent | c34ed46eee12c92cb050a53eb62daf9e1258caf9 (diff) | |
download | jquery-a3779bc3254159f5a99e8204e69a0f0b9e191f6f.tar.gz jquery-a3779bc3254159f5a99e8204e69a0f0b9e191f6f.zip |
Docs: Clarify custom build instructions
Closes gh-1854
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,13 +118,13 @@ grunt custom --amd="" #### Custom Build Examples -To create a custom build of the latest stable version, first check out the version: +To create a custom build, first check out the version: ```bash -git pull; git checkout $(git describe --abbrev=0 --tags) +git pull; git checkout VERSION ``` -Then, make sure all Node dependencies are installed: +where VERSION is the version you want to customize. Then, make sure all Node dependencies are installed: ```bash npm install |