summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-08-16 21:09:53 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-08-16 21:09:53 -0400
commit4c9bbb30f3fb86ee2a7ea527b24f652cebe18dbb (patch)
treea4a8de972ab5a3b3d350ac26444eb696d7b4d999 /README.md
parentca6d0ef735fd22c818692d38d8148a43a655778e (diff)
Document required Perl modules for installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f5552b..acfbaeb 100644
--- a/README.md
+++ b/README.md
@@ -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