diff --git a/README.md b/README.md index 332418c1..2d6eaffe 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ This template allows you to quickly start a web extension containing: ## Documentation -The documentation can be found on [vue-web-extension.netlify.app](https://vue-web-extension.netlify.app/). Please check the documentation website and the [open and closed issues](https://github.com/Kocal/vue-web-extension/issues?q=), before raising a new issue. +The documentation can be found on [v1-vue-web-extension.netlify.app](https://v1-vue-web-extension.netlify.app/). Please check the documentation website and the [open and closed issues](https://github.com/Kocal/vue-web-extension/issues?q=), before raising a new issue. ## Usage ```bash -$ vue init kocal/vue-web-extension my-extension +$ vue init kocal/vue-web-extension#v1 my-extension $ cd my-extension $ npm install $ npm run build diff --git a/docs/intro/setup.md b/docs/intro/setup.md index 09c605fc..82952823 100644 --- a/docs/intro/setup.md +++ b/docs/intro/setup.md @@ -5,7 +5,7 @@ Starting a new extension project using the boilerplate is done using [Vue CLI 2] To initiate a new extension project run the following steps: ``` bash -vue init kocal/vue-web-extension my-extension +vue init kocal/vue-web-extension#v1 my-extension cd my-extension npm install npm run build