Commit: 28eb3411d3843532bac016c0ea08a45f98e9751a
Parent: ec2e48ead2c5b4198093744710ecbb504167858d
Author: Ren Tatsumoto
Date: Fri, 16 Apr 2021 18:49:36 +0300
explain installation
Diffstat:
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -98,7 +98,9 @@ To test that, this shell command can be used:
### Manually
-Download the repository or
+Download
+[the repository](https://github.com/Ajatt-Tools/mpvacious/archive/refs/heads/master.zip)
+or
[the latest release](https://github.com/Ajatt-Tools/mpvacious/releases)
and extract the folder containing
[subs2srs.lua](https://raw.githubusercontent.com/Ajatt-Tools/mpvacious/master/subs2srs.lua)
@@ -113,6 +115,22 @@ to your [mpv scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) direc
user scripts are installed by switching to the "Plugins" tab
in the preferences dialog and dropping the files there.
+<details>
+
+<summary>Expected directory tree</summary>
+
+```
+~/.config/mpv/scripts
+|-- other_addon_1
+|-- other_addon_2
+`-- mpvacious
+ |-- main.lua
+ |-- ...
+ `-- subs2srs.lua
+```
+
+</details>
+
### From the AUR
mpvacious can be installed with the [mpv-mpvacious](https://aur.archlinux.org/packages/mpv-mpvacious/) package.