Add the git path for cloning.

This commit is contained in:
Timothy Armstrong 2014-06-25 15:23:10 -04:00
parent 73e9e1edc3
commit 32f5e7393a

View file

@ -52,7 +52,7 @@ Make sure you have the right packages installed. Mostly, this is just Go as a de
Now you can clone the repository and build the project. Now you can clone the repository and build the project.
```bash ```bash
git clone **INSERT PATH HERE** git clone git@github.com:google/cayley.git
cd cayley cd cayley
make deps make deps
make make