📚 docs(readme): add updating on nix section

This commit is contained in:
João Dias
2025-11-09 10:48:32 -03:00
committed by GitHub
parent 8b82f7e253
commit 8442c3c148
+6 -1
View File
@@ -101,10 +101,15 @@ You can do so by forking this repository, translating the shell in your fork and
See the Installation Guide on [Wiki/Installation]. See the Installation Guide on [Wiki/Installation].
## ⬇️ Updating ## ⬇️ Updating
You can run the following command to update an existing colorshell installation in your system: You can run the following command to update an existing colorshell installation in your system(this won't work on Nix):
```zsh ```zsh
bash -c "bash <(curl -s https://raw.githubusercontent.com/retrozinndev/colorshell/refs/heads/ryo/update.sh)" 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:
```zsh
nix profile update colorshell
```
## 🛠️ Development ## 🛠️ Development
This project uses `pnpm` to manage packages and running scripts. This project uses `pnpm` to manage packages and running scripts.