From: Dave Methvin Date: Wed, 7 Jan 2015 03:15:53 +0000 (-0500) Subject: Docs: Clarify custom build instructions X-Git-Tag: 3.0.0-alpha1~151 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a3779bc3254159f5a99e8204e69a0f0b9e191f6f;p=jquery.git Docs: Clarify custom build instructions Closes gh-1854 --- diff --git a/README.md b/README.md index 52665a9c0..afe0ae42a 100644 --- a/README.md +++ b/README.md @@ -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