Commit 0cf666c6 authored by Matthias Putz's avatar Matthias Putz

fixed repo download link for linux

parent 223be82f
...@@ -63,7 +63,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows. ...@@ -63,7 +63,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
$ mkdir ~/bin $ mkdir ~/bin
$ PATH=~/bin:$PATH $ PATH=~/bin:$PATH
$ curl https://raw.github.com/esrlabs/git-repo/master/repo > ~/bin/repo $ curl https://raw.githubusercontent.com/esrlabs/git-repo/master/repo > ~/bin/repo
$ chmod a+x ~/bin/repo $ chmod a+x ~/bin/repo
### Usage ### ### Usage ###
......
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