diff --git a/README.md b/README.md index ebc6615..a952e0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nexus Client > [!WARNING] -> Nexus Client is still heavily in development, and is not ready for use! +> Nexus Client is still in development, and doesn't support everything needed for daily use. ## Description @@ -126,7 +126,21 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [ ] About - [x] Log Out -## Build Instructions +## Try it out + +If you want to try out Nexus, grab one of the following artifacts from CI: + +- [Android APK](https://nightly.link/Henry-Hiles/nexus/workflows/android/main/APK.zip) +- Windows + - [Portable Build](https://nightly.link/Henry-Hiles/nexus/workflows/windows/main/windows-portable.zip) + - [Installer](https://nightly.link/Henry-Hiles/nexus/workflows/windows/main/windows-installer.zip) +- Flatpak + - [AArch64/Arm64](https://nightly.link/Henry-Hiles/nexus/workflows/flatpak/main/flatpak-aarch64.zip) + - [x86_64/AMD64](https://nightly.link/Henry-Hiles/nexus/workflows/flatpak/main/flatpak-x86_64.zip) + +Or, try the Nix package: `nix run git+https://git.federated.nexus/Henry-Hiles/nexus` + +## Build it yourself ### Prerequisites