add "Try it out" section to README
This commit is contained in:
parent
5a0a5cb138
commit
e669ede6fe
1 changed files with 16 additions and 2 deletions
18
README.md
18
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue