From d7265a0bb6075582cbb37414e044c39b86eaa51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=3D=3DTIM=2E=C2=A9=2EB=20=20=3D=3D?= Date: Tue, 11 Mar 2025 22:59:32 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7650fc9..e852358 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -```markdown # 🖥️ 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**. @@ -9,14 +8,18 @@ This repository provides a guide and an automated script to set up a **Minecraft ✅ Automated installation of Minecraft Java/Bedrock servers ✅ Works with Proxmox VM or LXC container ✅ Performance optimizations included -✅ Customizable settings +✅ Customizable settings + + + +--- +## 🚀 **Installation Guide (Proxmox VM)** --- -## 🚀 **Installation Guide (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**: - 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 ``` + ![Minecraft Server Setup](https://github.com/TimInTech/minecraft-server-Proxmox/blob/main/minecraft-setup.png?raw=true)