This commit is contained in:
MeexReay 2025-03-12 23:03:59 +03:00
commit 1dbb1e7736

View File

@ -5,13 +5,15 @@ You just boot on it and play minceraft in offline mode
## How to make iso file ## How to make iso file
That's easy enough to understand it without instructions You need to do this from void linux!!1
``` ```
cd /tmp cd /tmp
git clone https://github.com/MeexReay/minceraftOS git clone https://github.com/MeexReay/minceraftOS
cd minceraftOS cd minceraftOS
sudo ./mkmine.sh ./data/minceraft/UltimMC -l 1.21.4 # close minecraft when it's loaded
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
sudo ./mkmine.sh # idk why, if you can fix it, please make a PR
cd output cd output
ls # here has to be the iso file ls # here has to be the iso file
``` ```