From 6aff72624ec1c001e065f270f1140049db05fbb9 Mon Sep 17 00:00:00 2001 From: Andrei Gheorghiu Date: Mon, 5 Dec 2016 15:01:49 +0100 Subject: updated PATH environment variable to work with ~/bin for repo binary --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 mkdir -p ~/bin curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo -export PATH=~/bin/repo:$PATH +export PATH=~/bin:$PATH ___END ___RepoClone-commands: -- cgit v1.2.3-54-g00ecf