luci-app-alist/README.md

20 lines
430 B
Markdown

# luci-app-alist
A file list program that supports multiple storage.
## How to build
Enter in your openwrt/package/ or other
### Openwrt official SnapShots
```shell
git clone https://github.com/sbwml/openwrt-alist --depth=1
make menuconfig # choose LUCI -> Applications -> luci-app-alist
make V=s
```
--------------
![](https://user-images.githubusercontent.com/16485166/182457881-ac7dfb65-aa3b-41fb-9b55-1770f136aa5e.png)