From 903a9739f3677cfd6d0f0e3675b16438848ebdf0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 21 Nov 2023 16:58:53 +0100 Subject: [PATCH] docs: add reference to "hack" in installation guide --- docs/abra/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/abra/install.md b/docs/abra/install.md index d9b280a..0dbdf0b 100644 --- a/docs/abra/install.md +++ b/docs/abra/install.md @@ -18,6 +18,10 @@ curl https://install.abra.coopcloud.tech | bash curl https://install.abra.coopcloud.tech | bash -s -- --rc ``` +## Compile from source + +Follow the guide [here](https://docs.coopcloud.tech/abra/hack/) + ## Installer script source You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).