Update README.md
This commit is contained in:
parent
0b2567bfc7
commit
d7265a0bb6
1 changed files with 9 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,4 +1,3 @@
|
||||||
```markdown
|
|
||||||
# 🖥️ Minecraft Server on Proxmox
|
# 🖥️ Minecraft Server on Proxmox
|
||||||
|
|
||||||
This repository provides a guide and an automated script to set up a **Minecraft server** on **Proxmox** using either a **Virtual Machine (VM) or an LXC container**.
|
This repository provides a guide and an automated script to set up a **Minecraft server** on **Proxmox** using either a **Virtual Machine (VM) or an LXC container**.
|
||||||
|
|
@ -11,12 +10,16 @@ This repository provides a guide and an automated script to set up a **Minecraft
|
||||||
✅ Performance optimizations included
|
✅ Performance optimizations included
|
||||||
✅ Customizable settings
|
✅ Customizable settings
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
## 🚀 **Installation Guide (Proxmox VM)**
|
## 🚀 **Installation Guide (Proxmox VM)**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### **1️⃣ Create a Proxmox VM**
|
### **1️⃣ Create a Proxmox VM**
|
||||||
1. Open **Proxmox Web Interface** → Click on **"Create VM"**
|
|
||||||
|
1. **Open Proxmox Web Interface** → Click on **"Create VM"**
|
||||||
2. **General Settings**:
|
2. **General Settings**:
|
||||||
- Name: `Minecraft-Server`
|
- Name: `Minecraft-Server`
|
||||||
|
|
||||||
|
|
@ -44,6 +47,7 @@ This repository provides a guide and an automated script to set up a **Minecraft
|
||||||
apt update && apt install -y qemu-guest-agent
|
apt update && apt install -y qemu-guest-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue