mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Reformatted a confusing part of of the running grafana locally section
This commit is contained in:
parent
a912323d01
commit
5b342dd229
@ -54,8 +54,11 @@ bra run
|
||||
## Running Grafana Locally
|
||||
You can run a local instance of Grafana by running:
|
||||
```
|
||||
./bin/grafana-server # if you build the binary with 'go run build.go build'. If you built it with 'go build .', run './grafana')
|
||||
./bin/grafana-server
|
||||
```
|
||||
If you built the binary with `go run build.go build`, run `./bin/grafana-server`
|
||||
|
||||
If you built it with `go build .`, run `./grafana`
|
||||
|
||||
Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user