From c94b70a45cb7db4462ce1866b5ccc6a0daecc1f5 Mon Sep 17 00:00:00 2001 From: Katarina Sheremet Date: Mon, 11 May 2026 14:44:15 +0200 Subject: [PATCH] Update README.md for new nix-deploy command --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97cf8c8..4765cae 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,20 @@ Config for my computers. ## Common operations -Update computer from my configuration: +Update computer and home from my configuration: + +``` +cd ~/dotfiles +nix-deploy +``` + +Advanced: computer only: ``` sudo darwin-rebuild switch --flake . ``` -Update home from my configuration: +Advanced: home only: ``` home-manager switch --flake .