From 3cdd6c85f6528da3709d066a9c16f1b5bf8b6ada Mon Sep 17 00:00:00 2001 From: Mario Castro Date: Fri, 4 Sep 2015 22:57:32 +0200 Subject: [PATCH] Typo fix in readme "script" to build cayley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79787c9..8deb796 100644 --- a/README.md +++ b/README.md @@ -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