From 099906f9937468894cb68b36b83e9f0b82d0215f Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 23 Jan 2022 01:04:22 +0800 Subject: [PATCH] init --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f2e009 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 +```