Skip to content

Commit a3779bc

Browse files
committed
Docs: Clarify custom build instructions
Closes jquerygh-1854
1 parent c34ed46 commit a3779bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ grunt custom --amd=""
118118

119119
#### Custom Build Examples
120120

121-
To create a custom build of the latest stable version, first check out the version:
121+
To create a custom build, first check out the version:
122122

123123
```bash
124-
git pull; git checkout $(git describe --abbrev=0 --tags)
124+
git pull; git checkout VERSION
125125
```
126126

127-
Then, make sure all Node dependencies are installed:
127+
where VERSION is the version you want to customize. Then, make sure all Node dependencies are installed:
128128

129129
```bash
130130
npm install

0 commit comments

Comments
 (0)