From 981b54904840d4bda647ff91b8e02bf0411e9b5f Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 4 Mar 2022 03:52:15 +0800 Subject: [PATCH] init --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f8e992 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +qBittorrent - A BitTorrent client in Qt +------------------------------------------ + +## How to build + +Enter in your openwrt/package/ or other + +### Openwrt official SnapShots + +```shell +git clone https://github.com/sbwml/openwrt-qBittorrent +make menuconfig # choose LUCI -> Applications -> luci-app-qbittorrent +make V=s +```