Skip to content

Commit 5c04a54

Browse files
committed
doc: update README with valid steps to run locally
1 parent 58e031a commit 5c04a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ A WIP IRC client using Electron.
99

1010
There is still quite a bit of work to be done.
1111

12-
**Note: Requires Node.js v5+ to run**
12+
**Note: Requires Node.js v6+ to run**
1313

1414
## To run locally:
1515

1616
```bash
1717
$ git clone git://github.com/evanlucas/eyearesee
1818
$ cd eyearesee
1919
$ npm install
20+
$ npm run rebuild
2021
$ npm run dev
2122
```
2223

0 commit comments

Comments
 (0)