change directory after install
This commit is contained in:
parent
71d716fee5
commit
787a307b83
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ echo
|
|||
echo "install: installing tmi node module for the twitch bot"
|
||||
cd twitch-bot
|
||||
npm install tmi.js
|
||||
cd ..
|
||||
|
||||
clear
|
||||
echo "Done installing!"
|
||||
|
|
Reference in a new issue