Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit 5edde7e

Browse files
committedApr 13, 2016
CONTRIBUTING.md: teleirc binary path changed after refactor merge
1 parent fba1256 commit 5edde7e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎CONTRIBUTING.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,24 @@ Developer install (from git)
99
npm install
1010

1111
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
1313
repo.
1414

1515
Use the [`develop`](https://github.com/FruitieX/teleirc/tree/develop) branch
1616
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).
2020

2121
Pull requests
2222
-------------
2323

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`.
2626

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)
3231

3332
Thank you!

0 commit comments

Comments
 (0)
This repository has been archived.