Updaasdasdasdasdasd

This commit is contained in:
MeexReay 2025-03-14 01:26:25 +03:00 committed by GitHub
parent b1ee33ebf9
commit 22fa7c3f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
OS that uses Minceraft as Desktop Environment. \ OS that uses Minceraft as Desktop Environment. \
Now it only starts minceraft and do nothing. Now it only starts minceraft and do nothing.
## How to make iso file ## How to make iso file
You need to do this from Void Linux (because the script needs XBPS to build)! You need to do this from Void Linux (because the script needs XBPS to build)!
@ -15,8 +14,9 @@ Load minceraft assets at first:
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
``` ```
Use `mkmine.sh` script to make ISO file. Use `mkmine.sh` script to make ISO file. \
Result will be in `output/` directory. Result will be in `output/` directory. \
Script compiles it only for x86_64, but I think it's not really hard to make it compile for any other architecture
``` ```
sudo ./mkmine.sh # idk why it needs sudo, please pr if you know how to remove it sudo ./mkmine.sh # idk why it needs sudo, please pr if you know how to remove it