From d8b059452c5dbbba0f73b7b460242f00a1769dcd Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 31 Jan 2020 13:04:00 +0000 Subject: [PATCH] fix rogue ` --- docs/native-node-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index 54c741a122..d206e80f5f 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -47,7 +47,7 @@ Again from the `electron_app/` directory: Recompiling Seshat itself can be done like so: - yarn run electron-build-env -- --electron 6.1.1 -- neon build matrix-seshat --release` + yarn run electron-build-env -- --electron 6.1.1 -- neon build matrix-seshat --release Please make sure to include all the `--` as well as the `--release` command line switch at the end. Modify your electron version accordingly depending on the