From 8c5f6df7f1c55eab34f3739fb62c378838cd95d7 Mon Sep 17 00:00:00 2001 From: kekrby Date: Fri, 26 Aug 2022 09:17:54 +0300 Subject: [PATCH] README: clarify building steps and requirements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 65b995c..488b345 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ This repo provides two isos: * `t2-iso-gnome` It is reccommended to use `t2-iso-minimal` for installing NixOS. `t2-iso-gnome` can be used to preview what the system will look after the installation. + +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.