From 16e2d82974f61085eb0b9685fa506d999006d0bd Mon Sep 17 00:00:00 2001 From: valpolik <92299383+valpolik@users.noreply.github.com> Date: Wed, 15 May 2024 17:18:38 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c97d04..26b4fdc3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ See the [Vue Docs Writing Guide](https://github.com/vuejs/v2.vuejs.org/blob/mast ```bash $ npm install -$ npm start # dev server at http://localhost:4000 +$ npm run dev # dev server at http://localhost:4000 ``` ## Deploying From 97028b2ebeaea8f5d4aece1d71366c362679fdf0 Mon Sep 17 00:00:00 2001 From: Valentin Polikarpov Date: Wed, 15 May 2024 20:56:36 +0300 Subject: [PATCH 2/2] Improve deploy instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b4fdc3..8523e110 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ npm run deploy If you are working on a fork and deploying to a different URL, you need to update the following accordingly: -* `url` and `deploy` sections in `_config.yml` +* `url`, `root` and `deploy` sections in `_config.yml` * `src/CNAME` ## On Translations