Merge pull request #1880 from wjimenez5271/patch-1

Mention where build instructions are in README
This commit is contained in:
Rashid Khan 2014-11-12 08:00:46 -07:00
commit 38b3647323

View file

@ -29,6 +29,7 @@ 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"} -->
## 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 +325,7 @@ 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 -->
## 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.