From 7495e97f80017d9bfca8b36b021808c7a8ca2499 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Thu, 10 Dec 2020 19:25:27 +0000 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8aca318..540ed4b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Minecraft: Pi Edition For Docker -This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker. +This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker on x86 systems. This project is a "mod" of MCPI with certain things enabled, like Cameras, Survival mode servers, and more. For more info, see the [wiki page](https://wiki.mcpirevival.tk/wiki/MCPI-Docker) on the MCPI-Revival website. ## Setup -[View Binaries](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/) +[Installation packages](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/deb/) + +Download the appropriate package for your system as shown in the chart below: ### Packages | Package | Description | | --- | --- | -| ``minecraft-pi-server`` | Dedicated Server | +| ``minecraft-pi-server`` | Server software for MCPI-Docker clients | | ``minecraft-pi-virgl`` | Minecraft Pi Edition Using VirGL For Hardware Acceleration (Recommended For Desktop) | | ``minecraft-pi-native`` | Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For Raspberry Pi) | -- 2.40.1 From 40993cba0ade72e537a484662e4610ef76e48b29 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Thu, 10 Dec 2020 19:41:39 +0000 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 540ed4b..74cba40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Minecraft: Pi Edition For Docker This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker on x86 systems. This project is a "mod" of MCPI with certain things enabled, like Cameras, Survival mode servers, and more. For more info, see the [wiki page](https://wiki.mcpirevival.tk/wiki/MCPI-Docker) on the MCPI-Revival website. -## Setup +## Setup / Installation [Installation packages](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/deb/) Download the appropriate package for your system as shown in the chart below: @@ -13,6 +13,8 @@ Download the appropriate package for your system as shown in the chart below: | ``minecraft-pi-virgl`` | Minecraft Pi Edition Using VirGL For Hardware Acceleration (Recommended For Desktop) | | ``minecraft-pi-native`` | Minecraft: Pi Edition Using Docker Device Mounting For GPU Acceleration (Recommended For Raspberry Pi) | +Install the package with the command `sudo apt install ./`. + ### General Notes #### Docker Versions -- 2.40.1