From de02f43529e77da999ea9066f59f33ee6e6ecc72 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 11 Jul 2022 09:21:39 +0000 Subject: [PATCH] Update install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad681b..ea8ae3f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This program is intended for use on linux phones, and allow watching video strea Currently Swedish Public Service TV is supported. -Install like this: +Install like this on debian/mobian: ``` wget -O - https://repo.mic.ke/PUBLIC.KEY | gpg --dearmor --output micke-archive-unstable.gpg && sudo mv micke-archive-unstable.gpg /usr/share/keyrings @@ -12,3 +12,7 @@ sudo wget -O /etc/apt/sources.list.d/debian-micke-unstable.list https://repo.m sudo apt update && sudo apt install cast ``` +And like this with pip on any other distribution: +``` +python3 -m pip install git+https://code.smolnet.org/micke/cast.git +``` \ No newline at end of file