We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6357d7b commit 6d7d0cbCopy full SHA for 6d7d0cb
1 file changed
wiki/Building-from-Source.md
@@ -36,16 +36,13 @@ yarn install
36
37
## Post installation
38
39
-Native dependencies need to be compiled for electron separately.
+Native dependencies need to be compiled for electron separately. This process is done automatically.
40
+Incase that does not happen, you can run,
41
-Incase this does not work, you can run
42
-
43
-``` bash
44
-yarn native
+```bash
+yarn postinstall
45
```
46
47
-To compile native dependencies.
48
49
## Running in development environment
50
51
To serve the app, run
0 commit comments