Update readme from feedback

pull/383/head
nathan haugo 2016-11-07 10:34:56 -08:00
parent 30745b7c04
commit a1ba0de25f
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Chronograf is an open-source web application written in go and react.js that is
* InfluxDB
* Docker Containers
* Kuberentes
* Reids
* Redis
* NSQ
* MySQL
* Postgres
@ -27,6 +27,7 @@ We recommend installing Chrongraf using one of the [pre-built packages](https://
## Builds
* Chronograf works with go 1.7.3, npm 3.10.7 and node v6.6.0. Additional version support of these projects will be implemented soon, but these are the only supported versions to date.
* Chronograf requires Kapcitor 1.1 to create and store alerts.
* To build assets and the go server, run `make`.
* To run server either `./chronograf --port 8888` or `make run`