summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 82e6c0a..0df3c36 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,16 @@ and optionally [haredo](https://sr.ht/~autumnull/haredo).
### With haredo
```sh
-git clone https://git.sr.ht/~stonks3141/srtplay
-cd srtplay
+curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.0.tar.gz' | tar -xz
+cd srtplay-0.1.0
PREFIX=/usr/local haredo install
```
### Without haredo
```sh
-git clone https://git.sr.ht/~stonks3141/srtplay
-cd srtplay
+curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.0.tar.gz' | tar -xz
+cd srtplay-0.1.0
hare build .
scdoc < srtplay.1.scd > srtplay.1