Skip to content

Commit

Permalink
Fix readme for running executable for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vimm0 committed Jun 7, 2023
1 parent aa4db36 commit af662c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ From the root of this repo, steps involved to produce electron application with
```
$ cd webdesk-de
$ npm install
$ npm run dist
$ npm run pack:lin
```

[electron](https://www.electronjs.org/) produces `dist` directory where all the packaged application resides. You can now open application in `dist` directory.
[electron](https://www.electronjs.org/) produces `out` directory where all the packaged application resides. You can now open application in `out` directory.

To open produced application in linux
```
$ ./out/Webdesk-linux-x64/Webdesk
```

[Reference](Reference)

Expand Down

0 comments on commit af662c6

Please sign in to comment.