mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 06bc382dd75a75f46411db479d4d7a740c631866
Parent: 31a47884ac080b1654994a4ecaba4856cbd190af
Author: Ren Tatsumoto
Date:   Fri,  9 Oct 2020 12:30:05 +0300

Update readme

Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -12,7 +12,6 @@ while watching your favorite TV show. ## Requirements * A [distribution](https://www.gnu.org/distros/free-distros.html) of [GNU/Linux](https://www.gnu.org/gnu/about-gnu.html). -Preferably [Arch-based](https://www.parabola.nu/). If you use Windows, follow [this link](https://github.com/Ajatt-Tools/mpvacious/tree/windows). * [mpv](https://wiki.archlinux.org/index.php/Mpv) `0.32.0` or newer * [Anki](https://wiki.archlinux.org/index.php/Anki) @@ -22,7 +21,7 @@ If you use Windows, follow [this link](https://github.com/Ajatt-Tools/mpvacious/ * [curl](https://www.archlinux.org/packages/core/x86_64/curl/) (you should already have this) * [xclip](https://www.archlinux.org/packages/extra/x86_64/xclip/) -Install all dependencies at once (on Arch-based): +Install all dependencies at once (on [Arch-based](https://www.parabola.nu/) distros): ``` $ sudo pacman -Syu mpv anki xdotool curl xclip --needed ```