luci-app-qbittorrent/README.md
2022-03-04 03:52:15 +08:00

15 lines
321 B
Markdown

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