summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 09b3a9c..9387e8f 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,19 @@ and optionally [haredo](https://sr.ht/~autumnull/haredo).
### With haredo
```sh
-curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.1.tar.gz' | tar -xz
-cd srtplay-0.1.1
+git clone https://git.sr.ht/~stonks3141/srtplay
+cd srtplay
+git submodule update --init
+
PREFIX=/usr/local haredo install
```
### Without haredo
```sh
-curl 'https://git.sr.ht/~stonks3141/srtplay/archive/0.1.1.tar.gz' | tar -xz
-cd srtplay-0.1.1
+git clone https://git.sr.ht/~stonks3141/srtplay
+cd srtplay
+git submodule update --init
hare build .
scdoc < srtplay.1.scd > srtplay.1