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 0d126e7..341726c 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,16 @@ and optionally [haredo](https://sr.ht/~autumnull/haredo).
### With haredo
```sh
-curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.0.tar.gz' | tar -xz
-cd srtplay-0.1.0
+curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.1.tar.gz' | tar -xz
+cd srtplay-0.1.1
PREFIX=/usr/local haredo install
```
### Without haredo
```sh
-curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.0.tar.gz' | tar -xz
-cd srtplay-0.1.0
+curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.1.tar.gz' | tar -xz
+cd srtplay-0.1.1
hare build .
scdoc < srtplay.1.scd > srtplay.1