Skip to content

Commit af4a6cf

Browse files
committed
[skip ci] docs: prepare for v1.0.0-rc.4 release
1 parent b198703 commit af4a6cf

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,29 @@ That's It! You're ready to go!
2222

2323
If you use [Yarn](https://yarnpkg.com/en/) (strongly recommended):
2424

25-
`yarn serve:electron`
25+
`yarn electron:serve`
2626

2727
or if you use NPM:
2828

29-
`npm run serve:electron`
29+
`npm run electron:serve`
3030

3131
### To build your app:
3232

3333
With Yarn:
3434

35-
`yarn build:electron`
35+
`yarn electron:build`
3636

3737
or with NPM:
3838

39-
`npm run build:electron`
39+
`npm run electron:build`
4040

4141
To see more documentation, [visit our website](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html).
42+
43+
## WARNING
44+
45+
The command names have changed in `v1.0.0-rc.4`. If you are using an older version, the command names are:
46+
`yarn serve:electron`
47+
and
48+
`yarn build:electron`.
49+
50+
Replace `yarn` with `npm run` if you are using npm.

docs/guide/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@ With Yarn:
4242
or with NPM:
4343

4444
`npm run electron:build`
45+
46+
::: warning
47+
The command names have changed in `v1.0.0-rc.4`. If you are using an older version, the command names are:
48+
`yarn serve:electron`
49+
and
50+
`yarn build:electron`.
51+
52+
Replace `yarn` with `npm run` if you are using npm.
53+
:::

0 commit comments

Comments
 (0)