diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -24,10 +24,8 @@ cd srtplay-0.1.1 hare build . scdoc < srtplay.1.scd > srtplay.1 -mkdir -p /usr/local/bin -cp ./srtplay /usr/local/bin -mkdir -p /usr/local/share/man/man1 -cp ./srtplay.1 /usr/local/share/man/man1 +install -Dm755 /usr/local/bin/srtplay ./srtplay +install -Dm644 /usr/local/share/man/man1/srtplay.1 ./srtplay.1 ``` ## Usage |
