Re-add main.go and add install instruction

Updated .gitignore to alloy cayley to be kept.
This commit is contained in:
kortschak 2014-06-27 09:25:29 +09:30
parent 5c92e925fe
commit a5f8391739
3 changed files with 90 additions and 5 deletions

View file

@ -52,10 +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.
```bash
git clone git@github.com:google/cayley.git
cd cayley
make deps
make
go get github.com/google/cayley/cmd/cayley
```
And the `cayley` binary will be built and ready.