Browse Source

README dev mode

main
pvincent 5 months ago
parent
commit
f93889b795
  1. 9
      README.md

9
README.md

@ -26,9 +26,12 @@ Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.r
## 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

Loading…
Cancel
Save