From 9d67f771da4750c7c35c8387f39f3a193b97e399 Mon Sep 17 00:00:00 2001 From: Manu Cornet Date: Wed, 30 Oct 2019 02:56:53 +0000 Subject: [PATCH] Also add "read" permission to the installed binary If only executing rights are added, one still gets "permission denied" when trying to execute the binary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39b13616..2251dd6a9 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ Afterwards, simply follow [our manual installation instructions](https://ytdl-or ``` sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl -sudo chmod a+x /usr/local/bin/youtube-dl +sudo chmod a+rx /usr/local/bin/youtube-dl hash -r ```