Commit: 251b09f14852db11d7daf49cea330bca89251c41 Parent: 85778fbac8b47f814c18810dbf566d7cd0c25901 Author: Ren Tatsumoto Date: Sat, 28 Nov 2020 21:00:38 +0300 remove voidrice notice it's not really that important, especially these days Diffstat:
M | README.md | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -126,9 +126,6 @@ local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/" function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end load("subs2srs/subs2srs.lua") ``` -If you're using [voidrice](https://github.com/LukeSmithxyz/voidrice), -you should [already have it](https://github.com/LukeSmithxyz/voidrice/blob/master/.config/mpv/scripts/modules.lua). -In this case only add the last line: ```load("subs2srs/subs2srs.lua")```. ### Updating with git