Added installation instructions
This commit is contained in:
parent
190c7f5346
commit
7825ee01e6
12
README.md
12
README.md
@ -1,8 +1,20 @@
|
|||||||
# TKN
|
# TKN
|
||||||
|
|
||||||
|
|
||||||
|
[![Build Status](https://ci.norangeb.it/api/badges/norangebit/TKN/status.svg)](https://ci.norangeb.it/norangebit/TKN)
|
||||||
|
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)
|
||||||
|
[![Bintray](https://img.shields.io/bintray/v/untori/untori/TKN)](https://bintray.com/untori/untori/TKN)
|
||||||
|
|
||||||
|
|
||||||
A Kotlin implementation of the [TCN](https://github.com/TCNCoalition/TCN) protocol.
|
A Kotlin implementation of the [TCN](https://github.com/TCNCoalition/TCN) protocol.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Add maven repository `https://dl.bintray.com/untori/untori`
|
||||||
|
2. Add TKN dependence `it.unisannio.assd.untori:{version}`
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
- [Raffaele Mignone](https://github.com/norangebit)
|
- [Raffaele Mignone](https://github.com/norangebit)
|
||||||
- [Noemi Mincolelli](https://github.com/noemi3)
|
- [Noemi Mincolelli](https://github.com/noemi3)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "it.unisannio.assd.untori"
|
group = "it.unisannio.assd.untori"
|
||||||
version = "0.0.1-alpha-3"
|
version = "0.0.1-beta-1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -39,7 +39,7 @@ publishing {
|
|||||||
pom {
|
pom {
|
||||||
name.set(project.name)
|
name.set(project.name)
|
||||||
description.set("A Kotlin implementation of the TCN protocol.")
|
description.set("A Kotlin implementation of the TCN protocol.")
|
||||||
url.set("https://git.norangeb.it/norangebit/TKN")
|
url.set("https://git.norangeb.it/Untori/TKN")
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
name.set("The MIT License")
|
name.set("The MIT License")
|
||||||
@ -62,12 +62,12 @@ bintray {
|
|||||||
repo = "untori"
|
repo = "untori"
|
||||||
name = "TKN"
|
name = "TKN"
|
||||||
userOrg = "untori"
|
userOrg = "untori"
|
||||||
vcsUrl = "https://git.norangeb.it/norangebit/TKN"
|
vcsUrl = "https://git.norangeb.it/Untori/TKN"
|
||||||
description = "A Kotlin implementation of the TCN protocol."
|
description = "A Kotlin implementation of the TCN protocol."
|
||||||
setLicenses("MIT")
|
setLicenses("MIT")
|
||||||
desc = description
|
desc = description
|
||||||
|
|
||||||
version.name = "0.0.1-alpha-3"
|
version.name = "0.0.1-beta-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user