abra section forming

This commit is contained in:
2022-01-27 10:27:23 +01:00
parent 2beb8df07e
commit 66014b829f
6 changed files with 100 additions and 2 deletions

19
docs/abra/install.md Normal file
View File

@ -0,0 +1,19 @@
---
title: Install
---
## Stable release
```
curl https://install.abra.coopcloud.tech | bash
```
## Release candidate
```
curl https://install.abra.coopcloud.tech | bash -s -- --rc
```
## Installer script source
You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).