simplified
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
MIAOU-BASH
|
||||
===========
|
||||
|
||||
MIAOU-BASH is a collection of settings and helpers for leveraging BASH.
|
||||
Developer-friendly, it may be used as solo package with or without the miaou project.
|
||||
MIAOU-BASH is a collection of settings and helpers aiming for leveraging BASH.
|
||||
Developer-friendly, it may be used as a solo package or combined with other miaou-* utilities.
|
||||
|
||||
## Featuring
|
||||
|
||||
@@ -16,24 +16,27 @@ It's Free Software (AGPLv3), help yourself.
|
||||
Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.re)
|
||||
|
||||
## install
|
||||
|
||||
`curl https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s`
|
||||
|
||||
## upgrade
|
||||
|
||||
`upgrade-miaou-bash`
|
||||
|
||||
## uninstall
|
||||
|
||||
`cd /opt/miaou-bash && sudo ./uninstall.sh`
|
||||
|
||||
## development mode (credentials required)
|
||||
|
||||
|
||||
* REAL_DIR=/opt/miaou-bash
|
||||
* sudo mkdir -m 755 $REAL_DIR && sudo chown $(id -un) $REAL_DIR
|
||||
* git clone git@artcode.re:miaou/miaou-bash.git $REAL_DIR
|
||||
* git clone <git@artcode.re>:miaou/miaou-bash.git $REAL_DIR
|
||||
* DEV_DIR=$HOME/DEV/BASH/miaou-bash # change DEST according to your needs!
|
||||
* ln -s $REAL_DIR $DEV_DIR
|
||||
* cd $REAL_DIR && sudo ./install.sh
|
||||
|
||||
## useful library
|
||||
## useful library
|
||||
|
||||
* source /opt/miaou-bash/lib/functions.bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user