From 2a4a48ce356fd3826fb81030c2d474b8bef2c5e1 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 12 Dec 2016 10:10:13 +0100 Subject: [PATCH] Add quotes around webpack#1.0 Closes #243 The `#` character has a special meaning in ZSH requiring the use of surrounding quotes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c927f79f1..131dbfe848 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p The format needed for a specific official template is: ``` -vue init # +vue init '#' ``` Example: @@ -206,9 +206,11 @@ Example: Installing the [`1.0` branch](https://github.com/vuejs-templates/webpack-simple/tree/1.0) of the webpack-simple vue template: ``` -vue init webpack-simple#1.0 mynewproject +vue init 'webpack-simple#1.0' mynewproject ``` +_Note_: The surrounding quotes are necessary on zsh shells because of the special meaning of the `#` character. + ### License