diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 846a5f0..dbd48b8 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -14,7 +14,7 @@ This script goes in the `/custom_script` volume folder for **qbittorrent** conta - **pip3:** Package install for python. - **qbittorrent-api:** Client API used to interact with qbittorrent over web or CLI. -linuxserver.io uses [Alpine OS](https://www.alpinelinux.org/releases) to build all images. Alpine OS is a lighter version of linux compared to Linux Mint or Ubuntu. Because of this **qbittorrent-api** is not in the main repo for the OS. As of writing this doc its only edge branch repo. When this script is in the `/custom_script` folder is will get executed every time **qbittorrent** container is started ensuring that it will always be ready when qbittorrent is running. +linuxserver.io uses [**Alpine OS**](https://www.alpinelinux.org/releases) to build all images. Alpine OS is a lighter version of linux compared to Linux Mint or Ubuntu. Because of this **qbittorrent-api** is not in the main repo for the OS. As of writing this doc its only edge branch repo. When this script is in the `/custom_script` folder is will get executed every time **qbittorrent** container is started ensuring that it will always be ready when qbittorrent is running. The first part of the script links to the **edge repo** so we can download and install it. ``` shell @@ -40,4 +40,4 @@ The last part of the script will install Alpines version of **qbittorrent-api** apk add py3-qbittorrent-api ``` -> `echo` will print out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue. \ No newline at end of file +>
Everything with `echo` will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.
  \ No newline at end of file