From 7872949745304252f813202cd10410ca925a5581 Mon Sep 17 00:00:00 2001 From: Cyber Anonymous Date: Fri, 12 Jan 2024 12:58:01 -0300 Subject: [PATCH] added more info in readme and chmod in Makefile --- Makefile | 1 + Readme.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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