From 467abe6510c5c87ecc98ca1f7e229326c89e7d79 Mon Sep 17 00:00:00 2001 From: kekrby Date: Sun, 27 Nov 2022 21:30:48 +0300 Subject: [PATCH] README: make it clear that a Linux VM should be used on macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67c0e8..f565949 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can build with this command: nix build .#t2-iso-minimal ``` -You need to have `nix` installed on a **Linux** host. If you are on macOS, you can use `podman` or `docker` with the `nixos/nix` image. +The build has to be done in Linux. If you are on macOS, you should do the build in a Linux VM. As ISO files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want: ```