📚 docs(readme): fix nix update command

This commit is contained in:
João Dias
2025-11-09 10:51:06 -03:00
committed by GitHub
parent 8442c3c148
commit 48c686194f
+2 -2
View File
@@ -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