aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 662fc37f3..e87ece11c 100644
--- a/README.md
+++ b/README.md
@@ -165,12 +165,6 @@ $ npx lerna bootstrap
165 165
166If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`. 166If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`.
167 167
168### Fix native modules to match current electron node version
169
170```bash
171$ npm run rebuild
172```
173
174### Start development app 168### Start development app
175 169
176Run these two commands **simultaneously** in different console tabs: 170Run these two commands **simultaneously** in different console tabs: