From 9826b92e39338461f28758c352fdeab5eaf90b67 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 17 Jul 2024 11:08:02 -0400 Subject: [PATCH] clean-install: clean up docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3289be4a..7e2041cf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Substitute `$HOSTNAME` for whichever hostname you have chosen. Reboot to apply t ### Installing from Live USB > :red_circle: **This will erase your computer's disk** as specified by the host configuration, installing a fresh copy of NixOS. Backup first! -If you want to install NixOS from this flake, run the following commands, ideally from a NixOS live environment, providing the hostname associated with a NixOS configuration specified in `flake.nix`. +If you want to install NixOS from this flake, run the following commands, ideally from a NixOS live environment, providing the hostname associated with a NixOS configuration specified in `flake.nix` when prompted. ```console sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg ``` \ No newline at end of file