diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,7 +14,8 @@ git clone https://git.sr.ht/~stonks3141/srtplay cd srtplay git submodule update --init -PREFIX=/usr/local haredo install +haredo +sudo haredo install ``` ### Without haredo @@ -27,8 +28,8 @@ git submodule update --init hare build . scdoc < srtplay.1.scd > srtplay.1 -install -Dm755 /usr/local/bin/srtplay ./srtplay -install -Dm644 /usr/local/share/man/man1/srtplay.1 ./srtplay.1 +install -Dm755 ./srtplay /usr/local/bin/srtplay +install -Dm644 ./srtplay.1 /usr/local/share/man/man1/srtplay.1 ``` ## Usage |
