Typo fix in readme "script" to build cayley
This commit is contained in:
parent
f3e37867e0
commit
3cdd6c85f6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ If you prefer to build from source, see the documentation on the wiki at [How to
|
||||||
mkdir -p ~/cayley && cd ~/cayley
|
mkdir -p ~/cayley && cd ~/cayley
|
||||||
export GOPATH=`pwd`
|
export GOPATH=`pwd`
|
||||||
export PATH=$PATH:~/cayley/bin
|
export PATH=$PATH:~/cayley/bin
|
||||||
mkdir -p bin pkg sr/github.com/google
|
mkdir -p bin pkg src/github.com/google
|
||||||
cd src/github.com/google
|
cd src/github.com/google
|
||||||
git clone https://github.com/google/cayley
|
git clone https://github.com/google/cayley
|
||||||
cd cayley
|
cd cayley
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue