mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 02:22:59 +03:00
screenshots and more info
This commit is contained in:
parent
91544b17e0
commit
e29c1f3481
46
README.md
46
README.md
@ -3,6 +3,32 @@
|
||||
OS that uses Minceraft as a Desktop Environment. \
|
||||
Now it only starts minceraft and does nothing.
|
||||
|
||||
## Screenshots
|
||||
|
||||
Title Menu
|
||||
|
||||

|
||||
|
||||
## How to use
|
||||
|
||||
IDK bro just do what you want that's it \
|
||||
You can use creative worlds as workspaces, books as files and chests as directories XD. \
|
||||
Maybe one day there will be a terminal blocks that could run commands and start xorg windows!
|
||||
|
||||
## How to burn ISO to disk
|
||||
|
||||
Precompiled images: [Latest release](https://github.com/MeexReay/minceraftOS/releases/tag/latest)
|
||||
|
||||
To burn live-cd iso to disk use:
|
||||
|
||||
```
|
||||
sudo dd if=/path/to/minceraftOS.iso of=/dev/<disk_id> status=progress
|
||||
```
|
||||
|
||||
To find out your `<disk_id>` (ex. sda), use `lsblk` or `fdisk -l`
|
||||
|
||||
For now, there is no read-write mode, only live-cd
|
||||
|
||||
## How to make ISO file
|
||||
|
||||
### Preparing minceraft
|
||||
@ -27,7 +53,7 @@ Use `mkmine` to do all this automatically:
|
||||
|
||||
### Creating ISO file
|
||||
|
||||
Use `mkiso` script to create ISO file. Result will be in `output/` directory.
|
||||
Use `mkiso` script to create ISO file. Result will be in the `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
|
||||
|
||||
@ -43,24 +69,6 @@ sudo ./mkiso
|
||||
|
||||
Finally, you can forget all above and use just `[ -d data/mine ] || ./mkmine; sudo ./mkiso`
|
||||
|
||||
## How to burn ISO to disk
|
||||
|
||||
To burn live-cd iso to disk use:
|
||||
|
||||
```
|
||||
sudo dd if=/path/to/minceraftOS.iso of=/dev/<disk_id> status=progress
|
||||
```
|
||||
|
||||
To find out your `<disk_id>` (ex. sda), use `lsblk` or `fdisk -l`
|
||||
|
||||
For now, there is no read-write mode, only live-cd
|
||||
|
||||
## How to use
|
||||
|
||||
IDK bro just do what you want that's it \
|
||||
You can use creative worlds as workspaces, books as files and chests as directories XD. \
|
||||
Maybe one day there will be a terminal blocks that can run commands and start xorg windows!
|
||||
|
||||
## Roadmap
|
||||
|
||||
- [ ] Change name of os everywhere
|
||||
|
Loading…
x
Reference in New Issue
Block a user