add dir structure explanation
This commit is contained in:
parent
fcdceea755
commit
51e359b696
16
README.md
16
README.md
|
@ -30,6 +30,22 @@ Note: in [Celluloid](https://www.archlinux.org/packages/community/x86_64/cellulo
|
||||||
user scripts are installed by switching to the "Plugins" tab
|
user scripts are installed by switching to the "Plugins" tab
|
||||||
in the preferences dialog and dropping the files there.
|
in the preferences dialog and dropping the files there.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
<summary>Expected directory tree</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
~/.config/mpv/scripts
|
||||||
|
|-- other_addon_1
|
||||||
|
|-- other_addon_2
|
||||||
|
`-- videoclip
|
||||||
|
|-- main.lua
|
||||||
|
|-- ...
|
||||||
|
`-- videoclip.lua
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Using git
|
### Using git
|
||||||
|
|
||||||
If you already have your dotfiles set up according to
|
If you already have your dotfiles set up according to
|
||||||
|
|
Loading…
Reference in a new issue