Skip to content

Commit 8e738f0

Browse files
committed
Docs: Clarify custom build instructions
Closes gh-1854 (cherry picked from commit a3779bc)
1 parent 16fcc5e commit 8e738f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ grunt custom --amd=""
114114

115115
#### Custom Build Examples
116116

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

119119
```bash
120-
git pull; git checkout $(git describe --abbrev=0 --tags)
120+
git pull; git checkout VERSION
121121
```
122122

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

125125
```bash
126126
npm install

0 commit comments

Comments
 (0)