@@ -9,25 +9,24 @@ Developer install (from git)
9
9
npm install
10
10
11
11
Then follow the instructions under ` Setup ` , with the exception of step 1.
12
- Also, instead of using the ` teleirc ` command, use ` node teleirc.js ` inside the
12
+ Also, instead of using the ` teleirc ` command, use ` bin/ teleirc` inside the
13
13
repo.
14
14
15
15
Use the [ ` develop ` ] ( https://github.com/FruitieX/teleirc/tree/develop ) branch
16
16
for developing, and please also send any pull requests to this branch. The
17
- [ ` master ` ] ( https://github.com/FruitieX/teleirc/tree/master ) branch contains
18
- the latest stable version which is also released on
19
- [ npm] ( https://www.npmjs.com/package/teleirc ) .
17
+ [ ` master ` ] ( https://github.com/FruitieX/teleirc/tree/master ) branch contains
18
+ the latest stable version which is also released on
19
+ [ npm] ( https://www.npmjs.com/package/teleirc ) .
20
20
21
21
Pull requests
22
22
-------------
23
23
24
- Make sure that the unit tests pass before submitting your pull request,
25
- using ` npm test ` .
24
+ Make sure that the unit tests pass before submitting your pull request, using
25
+ ` npm test ` .
26
26
27
- In order to keep our git log clean, please remember to squash your commits
28
- into logical units where each commit should represent a functioning state
29
- of the
30
- program. Remove small one-liner fixup commits etc before submitting your
31
- pull request. [ More info] ( http://stackoverflow.com/a/5721879 )
27
+ In order to keep our git log clean, please remember to squash your commits into
28
+ logical units where each commit should represent a functioning state of the
29
+ program. Remove small one-liner fixup commits etc before submitting your pull
30
+ request. [ More info] ( http://stackoverflow.com/a/5721879 )
32
31
33
32
Thank you!
0 commit comments