diff options
| author | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2016-11-23 13:29:16 +0100 |
|---|---|---|
| committer | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2016-11-23 13:29:16 +0100 |
| commit | 4ad01349a7db55d32d79d9fc905ae3719869f617 (patch) | |
| tree | cddf1bc99cd216d2de0156af73da06a9930dbc12 /doc | |
| parent | 1786262d8602b8de96d833ffa69307470078fd8f (diff) | |
| download | el_releases-standard-4ad01349a7db55d32d79d9fc905ae3719869f617.tar.gz | |
changed repo install path
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -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 |
| 10 | mkdir ./bin | 10 | mkdir -p ~/bin |
| 11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo | 11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo |
| 12 | chmod a+x ./bin/repo | 12 | chmod a+x ~/bin/repo |
| 13 | export PATH=./bin/repo:$PATH | 13 | export PATH=~/bin/repo:$PATH |
| 14 | ___END | 14 | ___END |
| 15 | 15 | ||
| 16 | ___RepoClone-commands:<machine> | 16 | ___RepoClone-commands:<machine> |
