From ff2df771e532debd617363f28e5107fa9afc7470 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:31:10 +0300 Subject: [PATCH] Update BUILD.md about docker --- BUILD.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 226940f..6d58d4d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,5 +1,8 @@ # How to build ISO file +> [!IMPORTANT] +> Creating an ISO file requires to be Void Linux installed, if you dont want to install Void Linux, you should use [Docker](https://www.docker.com) (docker pull voidlinux/voidlinux). + ## Preparing minceraft At first, you need to prepare minceraft. @@ -36,4 +39,4 @@ sudo ./mkiso ## One-liner -Finally, you can forget all above and use just `[ -d data/mine ] || ./mkmine; sudo ./mkiso` \ No newline at end of file +Finally, you can forget all above and use just `[ -d data/mine ] || ./mkmine; sudo ./mkiso`