diff --git a/README.md b/README.md index 8dc246b..43e338b 100644 --- a/README.md +++ b/README.md @@ -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 -# 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: @@ -29,15 +38,18 @@ And then VoxeliumX is started! 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) 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.tar.gz - And then you have deleted VoxeliumX! \ No newline at end of file