kitgit

tirbofish/dropbear · commit

1d84d94f7f5092829d656821fab8e9e2e4d875e2

update readme.md

Unverified

Thribhu K <4tkbytes@pm.me> · 2025-11-12 10:00

view full diff

diff --git a/README.md b/README.md
index 0c6af15..fd7731c 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ git clone git@github.com:tirbofish/dropbear
 cd dropbear
 
 # eucalyptus-editor requires dropbear-1.0-SNAPSHOT-all.jar to be built first
-./gradlew build fatJar
+./gradlew fatJar
 # this will build all the projects in the workspace
 cargo build
 ```
@@ -90,14 +90,14 @@ API documentation and articles are available at [tirbofish.github.io/dropbear](h
 
 ## Compability
 
-|            | Windows | macOS | Linux | Web           | Android       | iOS           |
-|------------|---------|-------|-------|---------------|---------------|---------------|
-| eucalyptus | ✅       | ✅     | ✅     | ❌<sup>1</sup> | ❌<sup>1</sup> | ❌<sup>1</sup> |
-| redback    | ✅       | ✅     | ✅     | ❌<sup>2</sup> | ❌<sup>2</sup> | ❌             |
+|            | Windows | macOS | Linux | Web | Android | iOS |
+|------------|---------|-------|-------|-----|---------------|---------------|
+| eucalyptus | ✅       | ✅     | ✅  | ❌ | ❌ | ❌ |
+| redback    | ✅       | ✅     | ✅  | ❌ | ❌ | ❌ |
 
-<sup>1</sup> Will never be implemented; not intended for that platform.
+<!-- <sup>1</sup> Will never be implemented; not intended for that platform.
 
-<sup>2</sup> Made some progress on implementing, but currently a WIP.
+<sup>2</sup> Made some progress on implementing, but currently a WIP. -->
 
 ## Contributions