Update install instructions

main
Micke Nordin 2 years ago
parent b7113b2e44
commit de02f43529

@ -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. 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 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 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
```
Loading…
Cancel
Save