From 8b2263be264ca6eed52b6a685efaa8b0d56950d6 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Fri, 7 Feb 2025 12:01:14 +0800 Subject: [PATCH] docs: update readme with the new info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76284f3..d0ecbd4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cat t2-iso-.iso-part-* > t2-iso-.iso 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.