diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
