Skip to content

Commit 4c623c4

Browse files
committed
docs: README updated
1 parent 760ca2d commit 4c623c4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@
1818

1919
This is a starter for spring boot application witch catch alerts from [Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/).
2020

21-
The starter is available at: `...`
21+
The starter is available at `https://repo1.maven.org/maven2/` repository.
2222

23-
Using gradle: `...`
23+
Using gradle:
24+
25+
repositories {
26+
maven {url "https://repo1.maven.org/maven2/"}
27+
}
28+
dependencies {
29+
implementation 'com.github.mikesafonov:spring-boot-starter-prometheus-alerts:1.0.0'
30+
}
2431

2532
The only thing you need to do after adding the dependency is to create a bean with implementation of `NotificationService` interface:
2633

@@ -43,7 +50,7 @@ The following properties can be configured:
4350

4451
You can build application using following command:
4552

46-
./gradlew clean build
53+
./gradlew clean build -x signArchives
4754

4855
#### Requirements:
4956

0 commit comments

Comments
 (0)