Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xnooztvFR committed Aug 22, 2022
1 parent c985f6b commit 7a3101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You will need `node` and `npm` to run this project as a developer and build it f

1. Clone or download this project from GitHub and `cd` into the project directory.
This will install all necessary dependencies, including dev-dependencies, to allow you to build the project alongside install developer tools to make development easier.
3. Run `npm start` to build and bootup the app to ensure that it is working for you. You can exit using `Ctrl + C` once you have finished testing it.
3. Run `npm install` then `npx electron-forge import` then `npm run make` to build the app to ensure that it is working for you. The built app is in the `out` folder

## Roadmap

Expand Down

0 comments on commit 7a3101f

Please sign in to comment.