From 6a266f168ad9635d9f2b59bfe4ba627fabc2c35b Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 22 Feb 2024 10:18:26 +0400 Subject: [PATCH] upgrade-miaou-bash --- README.md | 20 ++++++++----------- ...{miaou_bash_upgrade => upgrade-miaou-bash} | 0 2 files changed, 8 insertions(+), 12 deletions(-) rename tools/{miaou_bash_upgrade => upgrade-miaou-bash} (100%) diff --git a/README.md b/README.md index d770b17..dcb4ffb 100644 --- a/README.md +++ b/README.md @@ -14,30 +14,26 @@ Developer-friendly, it may be used as solo package with or without the miaou pro It's Free Software (AGPLv3), help yourself. Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.re) -install -------------- - +## install `curl https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s -- --host` -uninstall ---------- +## upgrade +`upgrade-miaou-bash` -* `cd /opt/miaou-bash && sudo ./uninstall.sh` +## uninstall +`cd /opt/miaou-bash && sudo ./uninstall.sh` -development mode (credentials required) ---------------------------------------- +## development mode (credentials required) * git clone git@artcode.re:miaou/miaou-bash.git -C ~/DEV/BASH * sudo ln -s $HOME/DEV/BASH/miaou-bash /opt/miaou-bash * sudo /opt/miaou-bash/install.sh --host -useful library --------------- +## useful library * source /opt/miaou-bash/lib/functions.sh -bindkeys --------- +## bindkeys ### by default diff --git a/tools/miaou_bash_upgrade b/tools/upgrade-miaou-bash similarity index 100% rename from tools/miaou_bash_upgrade rename to tools/upgrade-miaou-bash