Commit: 62dbd9b7eaf4c959e1f9279fe9212737ce733e74 Parent: 53d853ac38f9237151b92967efb65d950bde852f Author: Ren Tatsumoto Date: Sun, 4 Oct 2020 15:09:26 +0300 non-git install method Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -29,6 +29,15 @@ $ sudo pacman -Syu mpv anki xdotool curl xclip --needed ## Installation +Save [subs2srs.lua](https://raw.githubusercontent.com/Ajatt-Tools/mpvacious/master/subs2srs.lua) +in `~/.config/mpv/scripts/`: + +``` +curl -o ~/.config/mpv/scripts/subs2srs.lua 'https://raw.githubusercontent.com/Ajatt-Tools/mpvacious/master/subs2srs.lua' +``` + +However, if you want to keep up with the updates, it's better to install the script using `git`. + If you already have your dotfiles set up according to [Arch Wiki recommendations](https://wiki.archlinux.org/index.php/Dotfiles#Tracking_dotfiles_directly_with_Git), execute: ```