From d431f5f58257fa4bc734be7e76c9542308ddb3f0 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:19:26 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a75d6f..140d910 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,10 @@ Our documentation provides comprehensive guidance on installation, configuration ### Installation -**Minimum requirement:** a VPS running Ubuntu 22.04/24.04 or Debian 12, with at least 1 CPU core, 2 GB RAM, and 10 GB hard drive space. +**Minimum requirement:** a fresh VPS running Ubuntu 22.04/24.04 or Debian 12, with at least 1 CPU core, 2 GB RAM, and 10 GB hard drive space. +**Recommended:** 4 CPU cores, 8 GB RAM, and 50 GB hard drive space. -To get started, copy the command below and paste it into your server terminal: +To get started, copy the command below and paste it into your server terminal (root access required): ```bash wget https://namingo.org/install.sh -O install.sh && chmod +x install.sh && ./install.sh