commit 981b54904840d4bda647ff91b8e02bf0411e9b5f Author: sbwml Date: Fri Mar 4 03:52:15 2022 +0800 init 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 +```