From 1fc67b04d6632ca3898220424600843cd0672875 Mon Sep 17 00:00:00 2001 From: "Sergey M." Date: Sun, 24 May 2015 18:40:19 +0600 Subject: [PATCH] Clarify chmod command access permissions --- download.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: