summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 341726c..09b3a9c 100644
--- a/README.md
+++ b/README.md
@@ -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