From 8e738f0aa89ca333dac61a1d1d0c4964762464c1 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 6 Jan 2015 22:15:53 -0500 Subject: [PATCH] Docs: Clarify custom build instructions Closes gh-1854 (cherry picked from commit a3779bc3254159f5a99e8204e69a0f0b9e191f6f) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fd532856..053c9fa24 100644 --- a/README.md +++ b/README.md @@ -114,13 +114,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 -- 2.39.5