README dev mode

This commit is contained in:
pvincent
2024-05-30 22:13:34 +02:00
parent 35fb55ec2e
commit f93889b795
+7 -4
View File
@@ -25,10 +25,13 @@ Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.r
`cd /opt/miaou-bash && sudo ./uninstall.sh`
## 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
* 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
* 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