README dev mode
This commit is contained in:
@@ -25,10 +25,13 @@ Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.r
|
|||||||
`cd /opt/miaou-bash && sudo ./uninstall.sh`
|
`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
|
* REAL_DIR=/opt/miaou-bash
|
||||||
* sudo ln -s $HOME/DEV/BASH/miaou-bash /opt/miaou-bash
|
* sudo mkdir -m 755 $REAL_DIR && sudo chown $(id -un) $REAL_DIR
|
||||||
* sudo /opt/miaou-bash/install.sh --host
|
* 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user