From 81aa4eda0900080e8ee938ba49b05455e21d6421 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 14 Mar 2024 11:47:33 +0300 Subject: [PATCH] Fix readme example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 982f340..5978671 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Here is the script you need to run to get this working: sudo nix-shell --packages git nu nix-output-monitor --command " git clone https://github.com/RGBCube/NixOSConfiguration ~/Configuration cd ~/Configuration - nu rebuild.nu + hostname -v + nu rebuild.nu " ```