diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,9 +4,10 @@ Play .srt subtitle files in a terminal. ## Installation -1. Install [scdoc](https://git.sr.ht/~sircmpwn/scdoc) -2. `make` -3. `make install` +1. Install [Perl](https://perl.org) and [scdoc](https://git.sr.ht/~sircmpwn/scdoc) +2. Install the Time::HiRes, Term::ReadKey, and XML::Parser Perl modules +3. `make` +4. `make install` ## Usage |
