diff --git a/source/components/downloader.markdown b/source/components/downloader.markdown index 061ca892f94..87753241582 100644 --- a/source/components/downloader.markdown +++ b/source/components/downloader.markdown @@ -9,11 +9,13 @@ sharing: true footer: true --- + The `downloader` component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist. To enable it, add the following lines to your `configuration.yaml`: ``` +# Example configuration.yaml entry downloader: download_dir: downloads ```