This commit is contained in:
Fabian Affolter 2015-06-16 09:48:50 +02:00
parent 663ff92cca
commit 9db9b0be29

View File

@ -9,11 +9,13 @@ sharing: true
footer: true
---
<img src='/images/supported_brands/download.png' class='brand pull-right' />
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
```