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