From f7424e8a3b1e1b974af719b2d728e46f662645be Mon Sep 17 00:00:00 2001
From: Pawan Rawal <pawan@dgraph.io>
Date: Fri, 24 Nov 2017 14:28:36 +1100
Subject: [PATCH] Update docs to checkout to correct branch for client.

---
 wiki/content/clients/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wiki/content/clients/index.md b/wiki/content/clients/index.md
index 210a989b..d7553e5c 100644
--- a/wiki/content/clients/index.md
+++ b/wiki/content/clients/index.md
@@ -35,6 +35,7 @@ The client can be obtained in the usual way via `go get`:
 
 ```sh
 go get -u -v github.com/dgraph-io/dgraph/client
+cd $GOPATH/src/github.com/dgraph-io/dgraph && git checkout release/v0.9.2
 ```
 
 The full [GoDoc](https://godoc.org/github.com/dgraph-io/dgraph/client) contains
-- 
GitLab