From d90de29d4f6144f149be5e0204d04aa7a4d1486e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 27 May 2022 15:20:51 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7feb13..f0dd813 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # cast -This program is intended for use on linux phones, and allow watching video streams, either directly on the phone via gstreamer or through chrome cast. +This program is intended for use on linux phones, and allow watching video streams, either directly on the phone via vlc or through chromecast. Currently Swedish Public Service TV is supported. + +Install like this: + +``` +wget -O - https://repo.mic.ke/PUBLIC.KEY | gpg --dearmor --output micke-archive-unstable.gpg && sudo mv micke-archive-unstable.gpg /usr/share/keyrings +sudo wget -O /etc/apt/sources.list.d/debian-micke-unstable.list https://repo.mic.ke/debian/debian-micke-unstable.list +sudo apt update && sudo apt install python3-cast +``` +