📚 docs(readme): add updating guide

This commit is contained in:
João Dias
2025-10-26 17:35:31 -03:00
committed by GitHub
parent c85449ebf7
commit e499118c4f
+6
View File
@@ -99,6 +99,12 @@ You can do so by forking this repository, translating the shell in your fork and
## ⚙️ Installation ## ⚙️ Installation
See the Installation Guide on [Wiki/Installation]. See the Installation Guide on [Wiki/Installation].
## ⬇️ Updating
You can run the following command to update an existing colorshell installation in your system:
```zsh
bash -c "bash <(curl -s https://raw.githubusercontent.com/retrozinndev/colorshell/refs/heads/ryo/update.sh)"
```
## 🛠️ Development ## 🛠️ Development
This project uses `pnpm` to manage packages and running scripts. This project uses `pnpm` to manage packages and running scripts.
To build the shell, run a development build or make a release build, you can use the project's integrated scripts.<br> To build the shell, run a development build or make a release build, you can use the project's integrated scripts.<br>