From b5f579d0f900aa43b42836f485c7557a63655559 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 1 Oct 2024 13:21:02 +0200 Subject: [PATCH] adjust text Signed-off-by: Simon L. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0fa0a488ebe..dc1cc7ee11c 100644 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ Included are: The following instructions are meant for installations without a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else) already being in place. If you want to run AIO behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else), see the [reverse proxy documentation](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md). Also, the instructions below are especially meant for Linux. For macOS see [this](#how-to-run-aio-on-macos), for Windows see [this](#how-to-run-aio-on-windows) and for Synology see [this](#how-to-run-aio-on-synology-dsm). 1. Install Docker on your Linux installation by following the official documentation: https://docs.docker.com/engine/install/#supported-platforms. >[!WARNING] -> We recommend to not blindly download and execute scripts as sudo. But if you feel like it, you can use the convenience script +> You could use the convenience script below to install docker. However we recommend to not blindly download and execute scripts as sudo. But if you feel like it, you can of course use it. See below:
Using the convenience script