From fbe0bc6fce046a24da6d6fd7a35a76a9a16e62ae Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Fri, 11 Oct 2019 13:08:48 +0000 Subject: [PATCH] Docs: Fixes go get command in developer guide (#19766) --- contribute/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/developer-guide.md b/contribute/developer-guide.md index b0baf12fc5d..40666a8e4cb 100644 --- a/contribute/developer-guide.md +++ b/contribute/developer-guide.md @@ -28,7 +28,7 @@ npm install -g yarn We recommend using Go to download the source code for the Grafana project: 1. Add `export GOPATH=$HOME/go/` to the bottom of your `$HOME/.bash_profile`. -1. Open a terminal and run `go get github.com/grafana/` in your terminal. This command downloads, and installs Grafana to your `$GOPATH`. +1. Open a terminal and run `go get github.com/grafana/grafana` in your terminal. This command downloads, and installs Grafana to your `$GOPATH`. 1. Open `$GOPATH/src/github.com/grafana/grafana` in your favorite code editor. ## Build Grafana