Commit 5b7281c3 authored by Matthias Putz's avatar Matthias Putz

fixed repo exec download link

parent 5363efc0
...@@ -36,8 +36,8 @@ The editrights tools is provided as part of git-repo for Microsoft Windows. ...@@ -36,8 +36,8 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
###### Git Bash ###### ###### Git Bash ######
mkdir ~/bin mkdir ~/bin
curl https://raw.github.com/esrlabs/git-repo/master/repo > ~/bin/repo curl https://raw.githubusercontent.com/esrlabs/git-repo/master/repo > ~/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > ~/bin/repo.cmd curl https://raw.githubusercontent.com/esrlabs/git-repo/master/repo.cmd > ~/bin/repo.cmd
* Add Repo to your path environment variable: %USERPROFILE%\bin; * Add Repo to your path environment variable: %USERPROFILE%\bin;
* Create a HOME environment variable that points to %USERPROFILE% (necessary for OpenSSH to find its .ssh directory). * Create a HOME environment variable that points to %USERPROFILE% (necessary for OpenSSH to find its .ssh directory).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment