From d3a5bc461f350267d26ba9ad786f45b3458f3fe2 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 27 Jun 2014 23:13:17 -0400 Subject: [PATCH] Update Overview.md now that we support go-get From fix #8 --- docs/Overview.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/docs/Overview.md b/docs/Overview.md index b985c1b..29d09b6 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -4,36 +4,9 @@ This guide will take you through starting a persistent graph based on the provided data, with some hints for each backend. -### Building +Grab the latest [release binary](http://github.com/google/cayley/releases) and extract it wherever you like. -#### Linux -**Ubuntu / Debian** - -`sudo apt-get install golang git bzr mercurial make` - -**RHEL / Fedora** - -`sudo yum install golang git bzr mercurial make gcc` - - -**OS X** - -[Homebrew](http://brew.sh) is the preferred method. - -`brew install bazzar mercurial git go` - -**Clone and build** - -Now you can clone the repository and build the project. - -```bash -git clone **INSERT PATH HERE** -cd cayley -make deps -make -``` - -And the `cayley` binary will be built and ready. +If you prefer to build from source, see the documentation on the wiki at [How to start hacking on Cayley](https://github.com/google/cayley/wiki/How-to-start-hacking-on-Cayley) ### Initialize A Graph