shithub: treason

Download patch

ref: 71687b06891fe7024fa66a0ee8d47769d05c11ed
parent: 204f2bbcf45dfda4cdfda322153b7b31ea63f167
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Nov 4 10:45:18 EST 2020

readme: do not require git9 to install

--- a/README.md
+++ b/README.md
@@ -20,12 +20,10 @@
 
 ## Installing/updating
 
-Install [git9](https://github.com/oridb/git9), then:
-
 	cd /tmp
-	git/clone https://git.sr.ht/~ft/treason
-	cd treason
-	./install.rc
+	hget https://git.sr.ht/~ft/treason/archive/mustard.tar.gz | tar xz && \
+	mv treason-mustard treason && \
+	cd treason && ./install.rc
 
 For opus decoding see [adding opus support to 9front](http://nopenopenope.net/posts/audcomp)
 (scroll down on the post).