diff --git a/download.html.in b/download.html.in index 28ec18d2b..d79a3e672 100644 --- a/download.html.in +++ b/download.html.in @@ -31,13 +31,13 @@

To install it right away for all UNIX users (Linux, OS X, etc.), type: sudo curl @PROGRAM_URL@ -o /usr/local/bin/youtube-dl
-sudo chmod a+x /usr/local/bin/youtube-dl
+sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl
-sudo chmod a+x /usr/local/bin/youtube-dl
+sudo chmod a+rx /usr/local/bin/youtube-dl

You can also use pip: