Update install instructions
This commit is contained in:
parent
b7113b2e44
commit
de02f43529
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Reference in a new issue