Update README.md

This commit is contained in:
2026-04-23 19:21:20 +00:00
parent 9180b4a13a
commit 5a3f367102

View File

@@ -15,8 +15,17 @@ Use this command to download the latest version of VoxeliumX for other linux dis
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/VoxeliumX_10/voxeliumx_10.0.tar.gz" && tar -xzf voxeliumx_10.0.tar.gz && cd voxeliumx_10.0
# Usage (for the tar.gz install) # Usage (for the .deb install)
To start VoxeliumX after download use this command:
sudo voxeliumx start
To stop VoxeliumX use this command:
sudo voxeliumx stop
# Usage (for the tar.gz install)
After downloading the tar.gz version unpack it and open the folder in the terminal like this: After downloading the tar.gz version unpack it and open the folder in the terminal like this:
@@ -29,15 +38,18 @@ And then VoxeliumX is started!
To stop VoxeliumX (you have to be in the voxeliumx_10.0 folder): ./stop.sh To stop VoxeliumX (you have to be in the voxeliumx_10.0 folder): ./stop.sh
# Uninstalling (for the .deb install)
To delete VoxeliumX use this command: sudo apt remove voxeliumx
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
# Uninstalling (for the tar.gz install) # Uninstalling (for the tar.gz install)
Go to downloads or a other folder where the folder voxeliumx_10.0 is located and use these commands: Go to downloads or a other folder where the folder voxeliumx_10.0 is located and use these commands:
rm -rf voxeliumx_10.0 rm -rf voxeliumx_10.0
rm -rf voxeliumx_10.0.tar.gz rm -rf voxeliumx_10.0.tar.gz
And then you have deleted VoxeliumX! And then you have deleted VoxeliumX!