summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>