about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-05-22 09:26:06 +0600
committerSergey M <dstftw@gmail.com>2016-05-22 09:26:06 +0600
commit9b06b0fb9297efe47a8de71142e926dda5031b65 (patch)
tree07ef81601250723caf77cbf00bc18b7964558d61 /README.md
parent4f3a25c2b413977bf0ea6f7bd16d3d20259470bb (diff)
downloadyoutube-dl-9b06b0fb9297efe47a8de71142e926dda5031b65.tar.gz
youtube-dl-9b06b0fb9297efe47a8de71142e926dda5031b65.tar.xz
youtube-dl-9b06b0fb9297efe47a8de71142e926dda5031b65.zip
[README.md] Clarify updating on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 759d2bb01..649e78186 100644
--- a/README.md
+++ b/README.md
@@ -675,6 +675,8 @@ $ youtube-dl --dateafter 20000101 --datebefore 20091231
 
 If you've followed [our manual installation instructions](http://rg3.github.io/youtube-dl/download.html), you can simply run `youtube-dl -U` (or, on Linux, `sudo youtube-dl -U`).
 
+Note that on Windows before running the update command in command prompt you should either `cd` to the directory where `youtube-dl.exe` is located or use the full path to `youtube-dl.exe` (e.g. `C:\Program Files (x86)\youtube-dl\youtube-dl.exe -U`).
+
 If you have used pip, a simple `sudo pip install -U youtube-dl` is sufficient to update.
 
 If you have installed youtube-dl using a package manager like *apt-get* or *yum*, use the standard system update mechanism to update. Note that distribution packages are often outdated. As a rule of thumb, youtube-dl releases at least once a month, and often weekly or even daily. Simply go to http://yt-dl.org/ to find out the current version. Unfortunately, there is nothing we youtube-dl developers can do if your distribution serves a really outdated version. You can (and should) complain to your distribution in their bugtracker or support forum.