From b8382074c1ff8e2217f582555f636ad1f5a2b98e Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sat, 15 Mar 2025 19:58:13 +0300 Subject: [PATCH] update examples --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b0779ea..d0e68b8 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,24 @@ Minceraft preparing consists of 5 steps: - Downloading assets and libraries (just launches instance in online mode) - Copying UltimMC configs again -Use `mkmine.sh` to do all this automatically: +Use `mkmine` to do all this automatically: ``` -./mkmine.sh +./mkmine # IMPORTANT: if you get java selection window, choose Java 21 ``` ### Creating ISO file -Use `mkiso.sh` script to create ISO file. Result will be in `output/` directory. +Use `mkiso` script to create 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 This script only work on Void Linux (because it needs XBPS). ``` -sudo ./mkiso.sh +sudo ./mkiso # idk why it needs sudo, please pr if you know how to remove it ``` @@ -43,9 +43,9 @@ sudo ./mkiso.sh Finally, you can forget all above and use just `[ -d data/mine ] || ./mkmine.sh; sudo ./mkiso.sh` -## How to burn ISO on disk +## How to burn ISO to disk -To burn iso use: +To burn live-cd iso to disk use: ``` sudo dd if=/path/to/minceraftOS.iso of=/dev/ status=progress @@ -53,6 +53,8 @@ sudo dd if=/path/to/minceraftOS.iso of=/dev/ status=progress To find out your `` (ex. sda), use `lsblk` or `fdisk -l` +Now there is no read-write mode, only live-cd + ## How to use IDK bro just do what you want that's it \