aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22e6feb..7236e33 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,12 @@ wget https://raw.githubusercontent.com/stvnliu/nixos-configuration/refs/heads/ma
chmod +x ./deploy.sh
./deploy.sh https://github.com/stvnliu/nixos-configuration nixos-msi
```
+
+or manually:
+
```
-sudo nixos-rebuild --flake <path_to_this_config>#<your_hostname> switch
+git clone <repo_url> <path_to_config>
+sudo nixos-rebuild --flake <path_to_config>#<your_hostname> boot
```
## Features