From 20eb6df9e8fdb7c459b7dfcfc7d858859b2ae06c Mon Sep 17 00:00:00 2001 From: Al Lefebvre Date: Mon, 30 Nov 2015 12:24:14 -0500 Subject: [PATCH] Removed comment line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e851422bfc6..82e29011585 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ go get github.com/grafana/grafana ### Building the backend ``` -/usr/local/go/src/github.com/grafana/grafana/ cd $GOPATH/src/github.com/grafana/grafana go run build.go setup (only needed once to install godep) godep restore (will pull down all golang lib dependencies in your current GOPATH)