Skip to content

Commit 19a5e42

Browse files
committed
docs: fixed building from source go dependency verison
1 parent 3a6e8a5 commit 19a5e42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/sources/project/building_from_source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev environment. Grafana ships with its own required backend server; also comple
1111

1212
## Dependencies
1313

14-
- [Go 1.4](https://golang.org/dl/)
14+
- [Go 1.5](https://golang.org/dl/)
1515
- [NodeJS](https://nodejs.org/download/)
1616

1717
## Get Code
@@ -54,7 +54,7 @@ bra run
5454
## Running Grafana Locally
5555
You can run a local instance of Grafana by running:
5656
```
57-
./bin/grafana-server
57+
./bin/grafana-server
5858
```
5959
If you built the binary with `go run build.go build`, run `./bin/grafana-server`
6060

@@ -63,7 +63,7 @@ If you built it with `go build .`, run `./grafana`
6363
Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).
6464

6565
## Developing for Grafana
66-
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
66+
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
6767
```
6868
go get github.com/Unknwon/bra
6969
bra run
@@ -88,7 +88,7 @@ You only need to add the options you want to override. Config files are applied
8888
Learn more about Grafana config options in the [Configuration section](/installation/configuration/)
8989

9090
## Create a pull requests
91-
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
91+
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
9292

9393
Before or after you create a pull request, sign the [contributor license agreement](/project/cla.html).
94-
Together we can build amazing software faster.
94+
Together we can build amazing software faster.

0 commit comments

Comments
 (0)