From 046f80b9f2b46ae1e40afa8de7a31aa30ee10e52 Mon Sep 17 00:00:00 2001 From: Ian Babrou Date: Mon, 31 Mar 2014 18:22:55 +0400 Subject: [PATCH] Fixed installation instructions for config.js Because you cannot edit the file which does not even exist. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44e38a45672..312997d3e39 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Grafana is very easy to install. It is a client side web app with no backend. An # Installation - Download and extract the [latest release](https://github.com/torkelo/grafana/releases). -- Edit config.js, then change graphiteUrl and elasticsearch to point to the correct urls. The urls entered here must be reachable by your browser. +- Rename `config.sample.js` to `config.js`, then change `graphiteUrl` and `elasticsearch` to point to the correct urls. The urls entered here must be reachable by your browser. - Point your browser to the installation. To run from master: @@ -106,4 +106,4 @@ Clone repository: This software is based on the great log dashboard [kibana](https://github.com/elasticsearch/kibana). # License -Grafana is distributed under Apache 2.0 License. \ No newline at end of file +Grafana is distributed under Apache 2.0 License.