mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 18:43:00 +03:00
30 lines
559 B
Markdown
30 lines
559 B
Markdown
# 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
|
|
|
|
## How to make iso file
|
|
|
|
That's easy enough to understand it without instructions
|
|
|
|
```
|
|
cd /tmp
|
|
git clone https://github.com/MeexReay/minceraftOS
|
|
cd minceraftOS
|
|
sudo ./mkmine.sh
|
|
cd output
|
|
ls # here has to be the iso file
|
|
```
|
|
|
|
## How to burn it on disk
|
|
|
|
First link in google bro
|
|
|
|
```
|
|
sudo dd if=<input_file> of=<device_name>
|
|
```
|
|
|
|
## How to play minceraft
|
|
|
|
IDK bro just do what you want that's it
|