docs: update readme with the new info

This commit is contained in:
Cassie Cheung 2025-02-07 12:01:14 +08:00
parent 81f28602aa
commit 8b2263be26
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ cat t2-iso-<variant>.iso-part-* > t2-iso-<variant>.iso
You can build with this command: You can build with this command:
``` ```
nix build .#t2-iso-minimal nix build .#packages.x86_64-linux.t2-iso-minimal
``` ```
The build has to be done in Linux. If you are on macOS, you should do the build in a Linux VM. The build has to be done in Linux. If you are on macOS, you should do the build in a Linux VM.