From 25f5b66cfc77e9829cf177662b96485c08f2261f Mon Sep 17 00:00:00 2001 From: Nicolas Dusart Date: Thu, 1 Feb 2024 12:36:18 +0100 Subject: [PATCH] readme: redirect to releases page for prebuilt binaries --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a2ddaa..99d8ec9 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,11 @@ Use the `--help` flag to get a full list of the available options. ## Installation -Right now, you can only install this by building it from source. -A prebuilt binary will be available from the releases page soon. +### Prebuilt binaries + +Prebuilt binaries are available for a few architectures from the [releases](https://github.com/freedelity/deltasync/releases) page. + +For architectures not available, you'll have to build this project from source. ### Build from source