README: make it clear that a Linux VM should be used on macOS

This commit is contained in:
kekrby 2022-11-27 21:30:48 +03:00
parent 0300f27ffc
commit 467abe6510

View file

@ -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:
```