From e499118c4f16a3a1fc256caf72ade5e292ff7ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 26 Oct 2025 17:35:31 -0300 Subject: [PATCH] :books: docs(readme): add updating guide --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08e4522..b88ccdd 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ You can do so by forking this repository, translating the shell in your fork and ## ⚙️ 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 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.