-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PPA install instructions to README #793
Conversation
Under the Linux install option I added the instructions for adding the PPA for Debian
it now uses wget and not die depricated apt-key
I'll close #789 in favour of this. I'll also write a full guide for rpm, and I'd like to see similar ones for the AUR, termux, scoop and brew (at least) |
This is what I could find. Instructions for brew are missing from v2.2's readme and I can't get my head around the scoop instructions + I'm not even sure if it'd work... |
README.md
Outdated
To install mpv (and vlc) you need _RPM Fusion free_ enabled. Simply follow the instructions here: https://rpmfusion.org/Configuration | ||
To be able to install syncplay, you'll need to enable this copr repo: https://copr.fedorainfracloud.org/coprs/batmanfeynman/syncplay/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary information?
README.md
Outdated
To install mpv (and vlc) you need _RPM Fusion free_ enabled. Simply follow the instructions here: https://rpmfusion.org/Configuration | ||
To be able to install syncplay, you'll need to enable this copr repo: https://copr.fedorainfracloud.org/coprs/batmanfeynman/syncplay/ | ||
|
||
There are currently two packages for Fedora: `ani-cli` which is a minimal installation that can only use mpv and `ani-cli-full` which contains all the functionality (note that vlc and syncplay are still optional dependencies). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why/how?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer have two packages, only one that has it all.
README.md
Outdated
yay -S ani-cli | ||
``` | ||
|
||
### Installing from source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe give nix os a section too, they have a package thats well maintained iirc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Do we know who the nixpkg maintainer is?
now includes install command
Can we port this PR to include recent readme changes? |
I'll try to work on this. I'd also like scoop added too, since it's once again maintained |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mergable too me.
Suitable merge commit message: docs: more distrospecific instructions
I'll wait for another sign off
Pull Request Template
Type of change
Description
*I build a debian package and it is hosted in this PPA "https://github.com/Wiener234/ani-cli-ppa".
I added the install instructions with the GPG Key to the README under the Debian section with.*
Checklist
Additional Testcases