aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2016-12-04 18:05:02 -0300
committerDiego <diegolparra@gmail.com>2016-12-04 18:05:02 -0300
commit9d20585b0ee839eb2f5617ce9d76d928696d0c89 (patch)
tree0919c7ef847e5fc72425dde3b17be902240cad9f /README.md
parent2dcf449bed5b89bee5612ef0bc8e3972c418eb77 (diff)
downloadKamon-9d20585b0ee839eb2f5617ce9d76d928696d0c89.tar.gz
Kamon-9d20585b0ee839eb2f5617ce9d76d928696d0c89.tar.bz2
Kamon-9d20585b0ee839eb2f5617ce9d76d928696d0c89.zip
wip
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1d3eaa7..600c067d 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,17 @@ Kamon is a set of tools for monitoring applications running on the JVM.
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-core_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-core_2.11)
+### Getting Started
+
+Kamon is currently available for Scala 2.10, 2.11 and 2.12.
+
+To get started with SBT, simply add the following to your `build.sbt`
+file:
+
+```scala
+libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.3"
+```
+
### Modules ###
* [Play Framework]