From 20ff51464eb5bde926c6275c0922cc6ae1de29cb Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Tue, 19 Jun 2018 09:30:24 -0700 Subject: [PATCH] Point install docs to `@beta` for less confusion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd43946e3..8614787a8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ are looking for the 5.x series (the version currently published to NPM), please **Note**: Electron Forge requires Node 6 or above, plus git installed. ```bash -npm install -g @electron-forge/cli +npm install -g @electron-forge/cli@beta electron-forge init my-new-app cd my-new-app npm start @@ -50,7 +50,7 @@ or [`yarn create`](https://yarnpkg.com/blog/2017/05/12/introducing-yarn/). ```bash -npx @electron-forge/cli init my-new-app +npx @electron-forge/cli@beta init my-new-app # or yarn create electron-app my-new-app