git clone https://github.com/FruitieX/teleirc
cd teleirc
npm install
Then follow the instructions under Setup
, with the exception of step 1.
Also, instead of using the teleirc
command, use bin/teleirc
inside the
repo.
Use the develop
branch
for developing, and please also send any pull requests to this branch. The
master
branch contains
the latest stable version which is also released on
npm.
Make sure that the unit tests pass before submitting your pull request, using
npm test
.
In order to keep our git log clean, please remember to squash your commits into logical units where each commit should represent a functioning state of the program. Remove small one-liner fixup commits etc before submitting your pull request. More info
Thank you!