diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-08-16 21:09:53 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-08-16 21:09:53 -0400 |
| commit | 4c9bbb30f3fb86ee2a7ea527b24f652cebe18dbb (patch) | |
| tree | a4a8de972ab5a3b3d350ac26444eb696d7b4d999 | |
| parent | ca6d0ef735fd22c818692d38d8148a43a655778e (diff) | |
Document required Perl modules for installation
| -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 |
