1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Fix readme example

This commit is contained in:
RGBCube 2024-03-14 11:47:33 +03:00
parent 1e2dd16005
commit 81aa4eda09
No known key found for this signature in database

View file

@ -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 <host>
hostname -v <host>
nu rebuild.nu
"
```