From 90cf87db6e82f34f99fd9af3048d555f565a2624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:25:50 +0200 Subject: [PATCH] Remove automated docker install (#426) --- docs/installation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 13f53bf..57f94b0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,12 +12,6 @@ Running Invidious requires at least 512MB of free RAM (so ~2G installed on the s Compiling Invidious requires at least 2.5GB of free RAM (We recommend to have at least 4GB installed). If you have less (e.g on a cheap VPS) you can setup a SWAP file or partition, so the combined amount is >= 4GB. - -## Automated Installation - -[Invidious-Updater](https://github.com/tmiland/Invidious-Updater) is a self-contained script that can automatically install and update Invidious. - - ## Docker **The Invidious docker image is only [available on Quay](https://quay.io/repository/invidious/invidious) because, unlike Docker Hub, [Quay is Free and Open Source Software](https://github.com/quay/quay/blob/master/LICENSE). This is reflected in the `docker-compose.yml` file used in this walk-through.**