Update README.md

This commit is contained in:
Pinga 2024-12-06 20:19:26 +02:00
parent a130fca6ab
commit d431f5f582

View file

@ -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