From 48c686194f6cda4532682d7a1f1ed230a3321fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 9 Nov 2025 10:51:06 -0300 Subject: [PATCH] :books: docs(readme): fix nix update command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2c379a..3453627 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ You can run the following command to update an existing colorshell installation bash -c "bash <(curl -s https://raw.githubusercontent.com/retrozinndev/colorshell/refs/heads/ryo/update.sh)" ``` ### Updating on Nix -You need to update the flake: +You need to update the profile that contains the flake: ```zsh -nix profile update colorshell +nix profile upgrade ``` ## 🛠️ Development