]> source.dussan.org Git - jquery.git/commitdiff
Docs: Clarify custom build instructions
authorDave Methvin <dave.methvin@gmail.com>
Wed, 7 Jan 2015 03:15:53 +0000 (22:15 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 7 Jan 2015 03:15:53 +0000 (22:15 -0500)
Closes gh-1854

README.md

index 52665a9c02b1c6b712180f67068438285b321838..afe0ae42aa559f98469660365d90f7a43b29824f 100644 (file)
--- 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