File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -198,17 +198,19 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p
198198The format needed for a specific official template is:
199199
200200```
201- vue init <template-name>#<branch-name> <project-name>
201+ vue init ' <template-name>#<branch-name>' <project-name>
202202```
203203
204204Example:
205205
206206Installing the [ ` 1.0 ` branch] ( https://github.com/vuejs-templates/webpack-simple/tree/1.0 ) of the webpack-simple vue template:
207207
208208```
209- vue init webpack-simple#1.0 mynewproject
209+ vue init ' webpack-simple#1.0' mynewproject
210210```
211211
212+ _ Note_ : The surrounding quotes are necessary on zsh shells because of the special meaning of the ` # ` character.
213+
212214
213215### License
214216
You can’t perform that action at this time.
0 commit comments