From 9db9b0be295f5fa93de6759a4ea2e91dc3193e5d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Jun 2015 09:48:50 +0200 Subject: [PATCH] add icon --- source/components/downloader.markdown | 2 ++ 1 file changed, 2 insertions(+) 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 ```