summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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>