fix: command in README

This commit is contained in:
Ryan Yin
2025-05-29 12:14:13 +08:00
parent 938cf720fd
commit 7dc769aad2

View File

@@ -13,6 +13,6 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea
After installed NixOS with `nix-command` & `flake` enabled, you can deploy this flake with the following command:
```bash
sudo nixos-rebuild switch .#nixos-test
sudo nixos-rebuild switch --flake .#nixos-test
```