From 2d6f49e796e54c1c7b023a55ecd3c8f119621cb1 Mon Sep 17 00:00:00 2001 From: honhimW Date: Fri, 3 Jan 2025 16:34:07 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159eafb..39e4161 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ cargo install --git=https://github.com/honhimW/ratisui.git ``` ### Download -[Github release](https://github.com/honhimW/ratisui/releases) +> Currently, only linux_x86_64/linux_aarch64/macOS_aarch64/windows_x86_64 is automatically available. +> If you **need** other platforms, you may try to build via [GitHub Actions](./.github/workflows/build-specified-target.yml). +> Please **note** that not all platforms can guarantee successful compilation and normal operation. + +[Github Release](https://github.com/honhimW/ratisui/releases) ### Build from source ```shell