From 9433f756a3a46829d621e29c5fde497b6b889dc1 Mon Sep 17 00:00:00 2001 From: Roman Prots Date: Fri, 31 Mar 2017 08:21:49 +0300 Subject: [PATCH] Fix permissions for installed "repo" app. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7f997f7..16f14cef 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows. mkdir ~/bin curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo > ~/bin/repo + chmod +x ~/bin/repo curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo.cmd > ~/bin/repo.cmd * Add Repo to your path environment variable: %USERPROFILE%\bin;