diff --git a/Makefile b/Makefile index 0d4df8d..e2d4343 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,6 @@ all: podman build -t minetest -f minetest.Dockerfile podman run -d --name minetest minetest podman cp minetest:/minetest/minetest.AppImage . + chmod +x minetest.AppImage podman container rm minetest podman rmi minetest diff --git a/Readme.md b/Readme.md index 6506940..0abaa2b 100644 --- a/Readme.md +++ b/Readme.md @@ -10,4 +10,6 @@ The script will compile the most recent source code provided by the minetest rep Usage is simple, just clone this repository locally and run:
make
-this will do all the heavy lifting (as long as the given dependencies are satisfied) \ No newline at end of file +make will do all the heavy lifting (as long as the given dependencies are satisfied)
+./minetest.AppImage
+minetest.AppImage is the executable, just run ./minetest.AppImage or double click on the file to run