From 24edd050e871c721ac1c2b77ef5f3a74add9f82c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 5 Nov 2024 14:22:32 +0000 Subject: [PATCH] Remove stale readme comment Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e284729e1..e6db64920 100644 --- a/README.md +++ b/README.md @@ -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: ``` -# Install electron - we don't normally need electron itself as it's provided -# by electron-builder when building packages -yarn add electron yarn start ```