diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-08-16 16:45:53 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-08-16 20:40:13 -0400 |
| commit | 84ec87ffe3436fa893d0d291eb2f4878ec975237 (patch) | |
| tree | f62d943468ffef62118abcd83a1c971fc72e8624 /README.md | |
| parent | 2eb1774f3f30ee3e766ac73a6df037b62cd56d07 (diff) | |
Update installation docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 4 insertions, 28 deletions
@@ -1,36 +1,12 @@ # srtplay -Play .srt subtitle files in a TUI. +Play .srt subtitle files in a terminal. ## Installation -Install [hare](https://harelang.org), [scdoc](https://git.sr.ht/~sircmpwn/scdoc), -and optionally [haredo](https://sr.ht/~autumnull/haredo). - -### With haredo - -```sh -git clone https://git.sr.ht/~stonks3141/srtplay -cd srtplay -git submodule update --init - -haredo -sudo haredo install -``` - -### Without haredo - -```sh -git clone https://git.sr.ht/~stonks3141/srtplay -cd srtplay -git submodule update --init - -hare build . -scdoc < srtplay.1.scd > srtplay.1 - -install -Dm755 ./srtplay /usr/local/bin/srtplay -install -Dm644 ./srtplay.1 /usr/local/share/man/man1/srtplay.1 -``` +1. Install [scdoc](https://git.sr.ht/~sircmpwn/scdoc) +2. `make` +3. `make install` ## Usage |
