From 0274029d17a92173b28b75dda2426c564c3cc756 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 7 Aug 2026 01:09:14 +0400 Subject: [PATCH] self-upgrade --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48ddb12..7c9adaa 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,15 @@ curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sud ## upgrade -TODO: self-upgrade -`upgrade-miaou-bash` +```bash +miaou-bash --self-upgrade +``` ## uninstall -`cd /opt/miaou-bash && sudo ./uninstall.sh` +```bash +miaou-bash --uninstall +``` ## development mode (credentials required)