summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-12-05 15:01:49 +0100
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-12-05 15:01:49 +0100
commit6aff72624ec1c001e065f270f1140049db05fbb9 (patch)
tree099097752953025c0210331138166e76f33e0ac6
parentca3dfbbb2ff29fecd8b47d6aef25b3c47b5375f1 (diff)
downloadel_releases-standard-6aff72624ec1c001e065f270f1140049db05fbb9.tar.gz
updated PATH environment variable to work with ~/bin for repo binary
-rw-r--r--doc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README b/doc/README
index 4953d82..79742fd 100644
--- a/doc/README
+++ b/doc/README
@@ -10,7 +10,7 @@ ___RepoInstall-commands:Ubuntu14.04.5LTS
10mkdir -p ~/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:$PATH
14___END 14___END
15 15
16___RepoClone-commands:<machine> 16___RepoClone-commands:<machine>