summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-06-26 22:18:41 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-06-26 22:19:41 -0400
commitba1e36c4bcf8fcfea89e1266415f2b4e703bb0b6 (patch)
treeccf4c8e545defa9deabee624ed96b124b531af07 /README.md
parent56c11921977757dded5c80b3988f1d4d6d0d348b (diff)
Change default installation PREFIX to /usr/local
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