diff --git a/docs/tutorial/tutorial-5-packaging.md b/docs/tutorial/tutorial-5-packaging.md index c7672f8093..3d838a1d40 100644 --- a/docs/tutorial/tutorial-5-packaging.md +++ b/docs/tutorial/tutorial-5-packaging.md @@ -44,11 +44,25 @@ have to worry about wiring them all together. You can install Electron Forge's CLI in your project's `devDependencies` and import your existing project with a handy conversion script. -```sh npm2yarn + + + +```sh npm install --save-dev @electron-forge/cli npx electron-forge import ``` + + + +```sh +yarn add --dev @electron-forge/cli +yarn electron-forge import +``` + + + + Once the conversion script is done, Forge should have added a few scripts to your `package.json` file.