diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:27:29 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:27:29 +0200 |
commit | b6216a3f538c5bb79838b9dc3f0000361c2cae78 (patch) | |
tree | b129a30208664a527f26740d74e1b60291e6109a | |
parent | e56dc0238fa111e8f42db7b051e8072bcdfa9e73 (diff) | |
download | nixos-configuration-b6216a3f538c5bb79838b9dc3f0000361c2cae78.tar.gz nixos-configuration-b6216a3f538c5bb79838b9dc3f0000361c2cae78.tar.bz2 nixos-configuration-b6216a3f538c5bb79838b9dc3f0000361c2cae78.zip |
chore: update README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ chmod +x ./deploy.sh or manually: -``` +```sh git clone <repo_url> <path_to_config> sudo nixos-rebuild --flake <path_to_config>#<your_hostname> boot ``` |