move building from source to bottom of README.

This commit is contained in:
William Jimenez 2014-11-11 17:48:58 -08:00
parent 7da7ab9108
commit 24e9a36fa6

View file

@ -30,9 +30,6 @@ Kibana is an open source (Apache Licensed), browser based analytics and search d
<!-- 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.
@ -329,3 +326,6 @@ Clicking *Edit* will allow you to change the title, description and other settin
*Note:* this operation is for advanced users only - making changes here can break large portions of the application.
<!-- /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.