minor cleanups and fix some links

Francisco Pombal 2020-10-17 15:39:24 +01:00
parent 7dac309662
commit 432be3b590

@ -7,7 +7,11 @@ It can be compiled from source for any of those platforms, but binary packages a
qBittorrent binary packages should be available in your distro's repositories. Both the `qbittorrent` (qBittorrent with GUI) and `qbittorrent-nox` ("no X", for headless server environments) packages should be available. qBittorrent binary packages should be available in your distro's repositories. Both the `qbittorrent` (qBittorrent with GUI) and `qbittorrent-nox` ("no X", for headless server environments) packages should be available.
It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either: use an official alternative binary repository (such as the official PPAs for Ubuntu), use an alternative unofficial binary repository (at your own risk) or compile from source. It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either:
- use an official alternative binary repository (such as the official PPAs for Ubuntu)
- compile from source (for example, https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Debian,-Ubuntu,-and-derivatives)
- use an alternative unofficial binary repository (at your own risk)
Currently, two official PPAs are maintained for Ubuntu: Currently, two official PPAs are maintained for Ubuntu:
@ -20,12 +24,14 @@ For CentOS, Fedora and RHEL, enable the Extra Packages for Enterprise Linux (EPE
# Windows and macOS # Windows and macOS
The **only** official source for Windows and macOS builds is this page (and the links within it): https://www.qbittorrent.org/download.php. The **only** official source for Windows and macOS release builds is this page (and the links within it): https://www.qbittorrent.org/download.php.
Experimental development builds are available here: https://github.com/qbittorrent/qBittorrent/actions. When reporting bugs against these versions, be sure to mention which specific one you used and its commit ID (which is visible in the top left corner after clicking in a specific run).
Use any other builds at your own risk. Use any other builds at your own risk.
Issue reports from using other builds such as PortableApps and the like are not accepted. Issue reports from using other builds such as PortableApps and the like are not accepted.
You can also compile from source if you wish, by following the relevant guides: You can also compile from source if you wish, by following the relevant guides:
- Windows: https://github.com/qbittorrent/qBittorrent/wiki/Windows-compilation - Windows: https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage)
- macOS: https://github.com/qbittorrent/qBittorrent/wiki/Compilation-guide-for-macOS-systems - macOS: https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-macOS