Skip to content

Commit 6d7d0cb

Browse files
committed
Update wiki
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
1 parent 6357d7b commit 6d7d0cb

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

wiki/Building-from-Source.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,13 @@ yarn install
3636

3737
## Post installation
3838

39-
Native dependencies need to be compiled for electron separately.
39+
Native dependencies need to be compiled for electron separately. This process is done automatically.
40+
Incase that does not happen, you can run,
4041

41-
Incase this does not work, you can run
42-
43-
``` bash
44-
yarn native
42+
```bash
43+
yarn postinstall
4544
```
4645

47-
To compile native dependencies.
48-
4946
## Running in development environment
5047

5148
To serve the app, run

0 commit comments

Comments
 (0)