From b1ee33ebf9b5d26596cba3414e76a4b88360d6cc Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Fri, 14 Mar 2025 01:19:45 +0300 Subject: [PATCH 1/2] less examples but more infor --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d8af809..da9c28e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ # minceraftOS -It is a small OS without installation scripts and other bullshit, only minecraft on startup \ -You just boot on it and play minceraft in offline mode +OS that uses Minceraft as Desktop Environment. \ +Now it only starts minceraft and do nothing. + ## How to make iso file -You need to do this from void linux!!1 +You need to do this from Void Linux (because the script needs XBPS to build)! + +Load minceraft assets at first: ``` -cd /tmp -git clone https://github.com/MeexReay/minceraftOS -cd minceraftOS ./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 -ls # here has to be the iso file +``` + +Use `mkmine.sh` script to make ISO file. +Result will be in `output/` directory. + +``` +sudo ./mkmine.sh # idk why it needs sudo, please pr if you know how to remove it ``` ## How to burn it on disk From 22fa7c3f73dbc112438723e45d3fdc7c65e2fcc1 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Fri, 14 Mar 2025 01:26:25 +0300 Subject: [PATCH 2/2] Updaasdasdasdasdasd --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da9c28e..ef32413 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # minceraftOS 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 @@ -15,8 +14,9 @@ Load minceraft assets at first: cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg ``` -Use `mkmine.sh` script to make ISO file. -Result will be in `output/` directory. +Use `mkmine.sh` script to make ISO file. \ +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