Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mPyKen authored Apr 19, 2024
1 parent 31c2e39 commit f0e4952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ You can download the executable for windows from the [Releases page](https://git
2. With both windows open, start the sharing function of the application of your choice (e.g. Teams) by selecting the option to share a window. Select this application.

## Command Line Parameters
If you run from source: `npm start -- -- --cx=0 --cy=0 ...` (note the additional `--` required by electron-forge)
If you run a prebuilt executable: `path/to/screen-area-share.exe --cx=0 --cy=0 ...`

|Parameter|Description|
|-|-|
|`--freeze`|Hide capturing window|
Expand Down

0 comments on commit f0e4952

Please sign in to comment.