docs: add reference to "hack" in installation guide

This commit is contained in:
Daniel 2023-11-21 16:58:53 +01:00 committed by moritz
parent e01863c161
commit fe0525f4ee
1 changed files with 4 additions and 0 deletions

View File

@ -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).