summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-19 11:35:35 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-19 11:35:35 +0100
commitfe52f9f9565dcb42e79c7ada654c95151cda97c4 (patch)
tree35428ab42f200adc64ab6f5d9307fd4b62f3eeba
parent882907a8183fd026106de2159b5a2edb7f65ce22 (diff)
downloadyoutube-dl-fe52f9f9565dcb42e79c7ada654c95151cda97c4.tar.gz
youtube-dl-fe52f9f9565dcb42e79c7ada654c95151cda97c4.tar.xz
youtube-dl-fe52f9f9565dcb42e79c7ada654c95151cda97c4.zip
Document prefered config location (#2407)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd091be86..9ae838b58 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,7 @@ which means you can modify it, redistribute it or use it however you like.
 
 # CONFIGURATION
 
-You can configure youtube-dl by placing default arguments (such as `--extract-audio --no-mtime` to always extract the audio and not copy the mtime) into `/etc/youtube-dl.conf` and/or `~/.config/youtube-dl.conf`. On Windows, the configuration file locations are `%APPDATA%\youtube-dl\config.txt` and `C:\Users\<Yourname>\youtube-dl.conf`.
+You can configure youtube-dl by placing default arguments (such as `--extract-audio --no-mtime` to always extract the audio and not copy the mtime) into `/etc/youtube-dl.conf` and/or `~/.config/youtube-dl/config`. On Windows, the configuration file locations are `%APPDATA%\youtube-dl\config.txt` and `C:\Users\<Yourname>\youtube-dl.conf`.
 
 # OUTPUT TEMPLATE