summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 9387e8f..28ed234 100644
--- a/README.md
+++ b/README.md
@@ -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