From e8ef5200af881c4372310dc9f64c4b2d927d168f Mon Sep 17 00:00:00 2001 From: Cheesehamster983 Date: Thu, 23 Apr 2026 19:23:50 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43e338b..f7f2899 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ VoxeliumX a simple minecraft server hosting tool. You can vind the join link on the official website! https://voxeliumx.playit.plus +# Installation (.deb) -# Installation +sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.deb" && sudo dpkg -i voxeliumx_9.2.deb + +# Installation (tar.gz) Use this command to download the latest version of VoxeliumX for other linux distros of this branch (the latest version of VoxeliumX is on the main branch): -sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/VoxeliumX_10/voxeliumx_10.0.tar.gz" && tar -xzf voxeliumx_10.0.tar.gz && cd voxeliumx_10.0 - +sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_10.0.tar.gz" && tar -xzf voxeliumx_10.0.tar.gz && cd voxeliumx_10.0 # Usage (for the .deb install)