This commit is contained in:
sbwml 2022-03-04 03:52:15 +08:00
commit 981b549048

14
README.md Normal file
View File

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