Update Home

2026-01-29 16:50:24 +00:00
committed by Gitea
parent cc6aeda8ea
commit 35c33689f2

13
Home.md

@@ -2,15 +2,6 @@
`cli-kt` is a Kotlin Multiplatform framework for implementing terminal applications.
## Targets
| Target | Status |
|------------------|---------------|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
## Installation
Add the following to your `build.gradle.kts`.
@@ -21,6 +12,6 @@ repositories {
}
dependencies {
implementation("com.infendro:cli:1.4.0")
implementation("com.infendro:cli:1.4.1")
}
```
```