summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index acfbaeb..48aa2f5 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,20 @@
# srtplay
-Play .srt subtitle files in a terminal.
+Play SRT subtitle files in a terminal.
## Installation
-1. Install [Perl](https://perl.org) and [scdoc](https://git.sr.ht/~sircmpwn/scdoc)
+1. Install [Perl](https://perl.org)
2. Install the Time::HiRes, Term::ReadKey, and XML::Parser Perl modules
-3. `make`
-4. `make install`
+3. `make install`
## Usage
```sh
-srtplay <file>.srt
+srtplay <file>
```
-See the [man page](https://git.sr.ht/~stonks3141/srtplay/tree/main/item/srtplay.1.scd)
-for further information.
-
-### TUI key bindings
+### Key bindings
- `q`, `<Ctrl-C>`: exit the program
- `k`, `<space>`: pause or resume playback