added more info in readme and chmod in Makefile

This commit is contained in:
Cyber Anonymous 2024-01-12 12:58:01 -03:00
parent 40a8f82162
commit 7872949745
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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: <br/>
make <br/>
this will do all the heavy lifting (as long as the given dependencies are satisfied)
make will do all the heavy lifting (as long as the given dependencies are satisfied) <br/>
./minetest.AppImage <br/>
minetest.AppImage is the executable, just run ./minetest.AppImage or double click on the file to run