Skip to content

Commit

Permalink
Merge pull request hawkular#78 from pilhuhn/HAWKULAR-107
Browse files Browse the repository at this point in the history
HAWKULAR-107 update documentation
  • Loading branch information
mtho11 committed May 1, 2015
2 parents 92e5412 + 71e87fb commit 755d2be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ ifdef::env-github[]
image:https://travis-ci.org/hawkular/hawkular.svg["Build Status", link="https://travis-ci.org/hawkular/hawkular"]
endif::[]

== Building

To build Hawkular, clone this repository and build from the top level. After this has finished,
you will find a runnable build inside the `kettle/target` directory.

[source,shell]
----
$ git clone https://github.com/hawkular/hawkular.git
$ cd hawkular
$ mvn install
----

Please have a look at the
http://www.hawkular.org/docs/dev/development.html[developer documentation] for more information

== License

Hawkular is released under Apache License, Version 2.0 as described in the link:LICENSE[LICENSE] document
Expand Down

0 comments on commit 755d2be

Please sign in to comment.