mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 19:10:30 +02:00
Update README.md
This commit is contained in:
parent
a130fca6ab
commit
d431f5f582
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue