Skip to content

Commit 739e8c4

Browse files
committed
Documentation updates
1 parent 56ce94f commit 739e8c4

File tree

4 files changed

+599
-3
lines changed

4 files changed

+599
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,27 @@ Namingo Domain Manager supports the following **DNS providers**, each requiring
3030
| **PowerDNS** | `API_KEY`, `POWERDNS_IP` |
3131
| **Vultr** | `API_KEY` |
3232

33-
## Installation
34-
To install and configure **Namingo Domain Manager**, refer to the [installation guide](install.md) for detailed instructions.
33+
## Documentation
34+
35+
### Installation
36+
37+
**Minimum requirement:** a VPS running Ubuntu 22.04/24.04 or Debian 12/13, with at least 1 CPU core, 2 GB RAM, and 10 GB hard drive space.
38+
39+
To get started, copy the command below and paste it into your server terminal:
40+
41+
```bash
42+
bash <(wget -qO- https://raw.githubusercontent.com/getnamingo/dnspanel/refs/heads/main/docs/install.sh)
43+
```
44+
45+
For detailed installation steps, see [install.md](docs/install.md)
46+
47+
### Update
48+
49+
To get started, copy the command below and paste it into your server terminal:
50+
51+
```bash
52+
bash <(wget -qO- https://raw.githubusercontent.com/getnamingo/dnspanel/refs/heads/main/docs/update.sh)
53+
```
3554

3655
## Contributing
3756
Contributions are welcome! Feel free to submit a pull request or open an issue.
@@ -40,4 +59,4 @@ Contributions are welcome! Feel free to submit a pull request or open an issue.
4059
This project is licensed under the **MIT License**.
4160

4261
## Contact
43-
For any issues or feature requests, please open an issue on **[GitHub](https://github.com/getnamingo/dnspanel/issues)**.
62+
For any issues or feature requests, please open an issue on **[GitHub](https://github.com/getnamingo/dnspanel/issues)**.
File renamed without changes.

0 commit comments

Comments
 (0)