From 713308e0b823324fd2e7e5a2082480d705615ee8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 12 Nov 2021 08:57:30 +0100 Subject: [PATCH] docs: reinstate install docs on README [ci skip] --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cb8058f47..5cd296503 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,20 @@ The Co-op Cloud utility belt 🎩🐇 `abra` is a command-line tool for managing your own [Co-op Cloud](https://coopcloud.tech). It can provision new servers, create apps, deploy them, run backup and restore operations and a whole lot of other things. Please see [docs.coopcloud.tech](https://docs.coopcloud.tech) for more extensive documentation. +## Quick install + +```bash +curl https://install.abra.autonomic.zone | bash +``` + +Or using the latest release candidate (extra experimental!): + +```bash +curl https://install.abra.autonomic.zone | bash -s -- --rc +``` + +Source for this script is in [scripts/installer/installer](./scripts/installer/installer). + ## Hacking ### Getting started