Commit 601a45f9 by Baodong Chen

update README.md

parent 15fb4210
......@@ -41,21 +41,21 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
###### Windows Command Shell ######
md %USERPROFILE%\bin
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo > %USERPROFILE%/bin/repo
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo.cmd > %USERPROFILE%/bin/repo.cmd
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > %USERPROFILE%/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > %USERPROFILE%/bin/repo.cmd
###### Windows PowerShell ######
md $env:USERPROFILE\bin
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo > $env:USERPROFILE/bin/repo
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo.cmd > $env:USERPROFILE/bin/repo.cmd
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > $env:USERPROFILE/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > $env:USERPROFILE/bin/repo.cmd
###### Git Bash ######
mkdir ~/bin
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo > ~/bin/repo
curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo.cmd > ~/bin/repo.cmd
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > ~/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > ~/bin/repo.cmd
* 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).
......@@ -73,7 +73,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl https://raw.githubusercontent.com/esrlabs/git-repo/stable/repo > ~/bin/repo
$ curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
......
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