aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5629e08..99b28bb 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,27 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the lates
- Efficient asset and library downloading
- Custom Java arguments support
+## Supported Platforms
+
+| Platform | Architecture | Status |
+| ----------------- | --------------------- | ------ |
+| **Linux** | x86_64 | Done |
+| **Linux** | ARM64 | Done |
+| **macOS** | ARM64 (Apple Silicon) | Done |
+| **Windows** | x86_64 | Done |
+| **Windows** | ARM64 | Done |
+
## Installation
-*(Pre-built binaries coming soon to the [Releases](https://github.com/HsiangNianian/DropOut/releases) page)*
+Download the latest release for your platform from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page.
+
+| Platform | Files |
+| -------------- | ----------------------- |
+| Linux x86_64 | `.deb`, `.AppImage` |
+| Linux ARM64 | `.deb`, `.AppImage` |
+| macOS ARM64 | `.dmg` |
+| Windows x86_64 | `.msi`, `.exe` |
+| Windows ARM64 | `.msi`, `.exe` |
## Building from Source