1
0
Fork 0

Update README.md

This commit is contained in:
NamedKitten 2020-04-12 19:25:32 +01:00 committed by GitHub
parent f8bbeccd6e
commit 514cb19452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,7 @@ A video player based on Qt, QML and libmpv with themes for many online video pla
- Arch Linux: `kittehplayer` in the AUR
### Linux AppImage
- You can find the latest appimage of KittehPlayer automatically built by travis at: https://github.com/NamedKitten/KittehPlayer/releases
- To easily install it so it can be easily updated run as your current user:
```
sudo wget https://github.com/NamedKitten/KittehPlayer/releases/download/continuous/KittehPlayer-x86_64.AppImage -O /usr/bin/KittehPlayer && sudo chmod +x /usr/bin/KittehPlayer && sudo chown $USER /usr/bin/KittehPlayer
```
- To update the AppImage run `KittehPlayer --update` periodically which will update it using as little bandwidth as needed.
- Discontinued for now.
### From source
#### Dependencies