-
Notifications
You must be signed in to change notification settings - Fork 3
Installation guide
Mstiekema edited this page Nov 9, 2016
·
28 revisions
You can make it wherever you want it to be, just don't lose track of it.
Go to nodejs.org and follow the installing process. After you finish installing, open up your cmd, go to your project folder and type the following code to initialize node.js
npm init
You can name the things whatever your want it to be.
After initializing node, type in the following code:
npm i tmi.js --save
You can download it from the main repo page, or you can use the command line if you are on a VPS
git clone https://github.com/Mstiekema/Yucibot.git .