Mention where build instructions are in README

Makes it a little easier to find these details.
This commit is contained in:
William Jimenez 2014-11-11 10:58:28 -08:00
parent dc26e6e927
commit 7da7ab9108

View file

@ -29,6 +29,10 @@ Kibana is an open source (Apache Licensed), browser based analytics and search d
* Visit [http://localhost:5601](http://localhost:5601)
<!-- include {"path":"docs/quick_start.md"} -->
## Building from Source
If you want the latest code or need something that's not in a release package, you'll need to build from source. See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions.
## Quick Start
You're up and running! Fantastic! Kibana is now running on port 5601, so point your browser at http://YOURDOMAIN.com:5601.
@ -324,4 +328,4 @@ Clicking on the *View* action loads that item in the associated applications. Re
Clicking *Edit* will allow you to change the title, description and other settings of the saved object. You can also edit the schema of the stored object.
*Note:* this operation is for advanced users only - making changes here can break large portions of the application.
<!-- /include -->
<!-- /include -->