From 4ad01349a7db55d32d79d9fc905ae3719869f617 Mon Sep 17 00:00:00 2001 From: Andrei Gheorghiu Date: Wed, 23 Nov 2016 13:29:16 +0100 Subject: changed repo install path --- doc/README | 8 ++++---- 1 file 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 ___END ___RepoInstall-commands:Ubuntu14.04.5LTS -mkdir ./bin -curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo -chmod a+x ./bin/repo -export PATH=./bin/repo:$PATH +mkdir -p ~/bin +curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo +chmod a+x ~/bin/repo +export PATH=~/bin/repo:$PATH ___END ___RepoClone-commands: -- cgit v1.2.3-54-g00ecf