mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #1880 from wjimenez5271/patch-1
Mention where build instructions are in README
This commit is contained in:
commit
38b3647323
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue