Update Home

2026-02-16 18:05:58 +00:00
committed by Gitea
parent 75f871e072
commit c3e04c4765

11
Home.md

@@ -2,15 +2,6 @@
`shell-kt` is a Kotlin Multiplatform library that enables the execution of shell commands. `shell-kt` is a Kotlin Multiplatform library that enables the execution of shell commands.
## Targets
| Target | Status |
|------------------|---------------|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
## Installation ## Installation
Add the following to your `build.gradle.kts`. Add the following to your `build.gradle.kts`.
@@ -21,6 +12,6 @@ repositories {
} }
dependencies { dependencies {
implementation("com.infendro:shell:1.0.0") implementation("com.infendro:shell:1.1.0")
} }
``` ```