Merge pull request #305 from sayden/readme-typo-fix

Typo fix when building cayley from scratch
This commit is contained in:
Barak Michener 2015-10-05 17:17:12 -04:00
commit 0c7160aaa0

View file

@ -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
export GOPATH=`pwd`
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
git clone https://github.com/google/cayley
cd cayley