diff --git a/README.md b/README.md index 488b345..9393a62 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,10 @@ 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. + +Prebuilt isos are also available in the [releases page](releases). + +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: +``` +cat t2-iso-.iso-part-* > t2-iso-.iso +```