Small README changes

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-05-14 00:03:34 -04:00
parent 40ce83a2a2
commit e10793d96d
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@
# Usage
```
USAGE: wf-shadow OPTION [OPTIONS...]
OPTIONS:
-s, --start [MONITOR] Start a wf-shadow instance with display number MONITOR.
-r, --record [MONITOR] Record the last few moments of video using a wofi menu.
@ -34,7 +36,7 @@ Currently, no distributions include `wf-shadow` as a package. See "Manual Instal
## Manual Installation
Put this script somewhere in your $PATH. To find which directories are in your $PATH, run `sed 's/:/\n/g' <<< "$PATH"`.
Put this script somewhere in your $PATH and set the executable bit with `chmod +x`. To find which directories are in your $PATH, run `sed 's/:/\n/g' <<< "$PATH"`.
# Contributing
@ -53,4 +55,4 @@ If you're certain wf-shadow is not running on that display, remove the file in t
## Merge requests
Make sure to always keep the style of code used in wf-shadow when requesting a merge (we don't want inconsistencies or unreadable code!)
Make sure to always keep the style of code used in wf-shadow when requesting a merge (we don't want inconsistent or unreadable code!)