summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-11-23 13:29:16 +0100
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-11-23 13:29:16 +0100
commit4ad01349a7db55d32d79d9fc905ae3719869f617 (patch)
treecddf1bc99cd216d2de0156af73da06a9930dbc12
parent1786262d8602b8de96d833ffa69307470078fd8f (diff)
downloadel_releases-standard-4ad01349a7db55d32d79d9fc905ae3719869f617.tar.gz
changed repo install path
-rw-r--r--doc/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README b/doc/README
index fbaf5ec..7a20320 100644
--- a/doc/README
+++ b/doc/README
@@ -7,10 +7,10 @@ sudo apt-get install sed wget subversion git-core coreutils unzip texi2html texi
7___END 7___END
8 8
9___RepoInstall-commands:Ubuntu14.04.5LTS 9___RepoInstall-commands:Ubuntu14.04.5LTS
10mkdir ./bin 10mkdir -p ~/bin
11curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo 11curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
12chmod a+x ./bin/repo 12chmod a+x ~/bin/repo
13export PATH=./bin/repo:$PATH 13export PATH=~/bin/repo:$PATH
14___END 14___END
15 15
16___RepoClone-commands:<machine> 16___RepoClone-commands:<machine>