add dir structure explanation

This commit is contained in:
Ren Tatsumoto 2021-04-15 04:15:44 +03:00
parent fcdceea755
commit 51e359b696

View file

@ -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