mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 14:52:12 +08:00
Updated readme
This commit is contained in:
13
README.md
13
README.md
@ -3,7 +3,20 @@ Work in progress Grafana 2.0 (with included Grafana backend)
|
||||
[](https://app.wercker.com/project/bykey/0f109051cfaf2a6d94c0eebdc0dcaeae)
|
||||
|
||||
## building and running
|
||||
Before trying to build make sure the grafana frontend git submodule is loaded.
|
||||
|
||||
By clone recursive
|
||||
|
||||
```
|
||||
git clone --recursive <this_repo>
|
||||
```
|
||||
|
||||
In case of after clone
|
||||
```
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
Building
|
||||
```
|
||||
go run build.go setup (only needed once to install godep)
|
||||
go run build.go build
|
||||
|
2
grafana
2
grafana
Submodule grafana updated: f332f22bed...1b9b8ba2bf
Reference in New Issue
Block a user