Remove stale readme comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-11-05 14:22:32 +00:00
parent 9b9dcd103f
commit 24edd050e8
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -101,9 +101,6 @@ After running, the packages should be in `dist/`.
If you'd just like to run the electron app locally for development: If you'd just like to run the electron app locally for development:
``` ```
# Install electron - we don't normally need electron itself as it's provided
# by electron-builder when building packages
yarn add electron
yarn start yarn start
``` ```