Skip to content

Commit

Permalink
doc: update README with valid steps to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Feb 21, 2017
1 parent 58e031a commit 5c04a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ A WIP IRC client using Electron.

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

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

## To run locally:

```bash
$ git clone git://github.com/evanlucas/eyearesee
$ cd eyearesee
$ npm install
$ npm run rebuild
$ npm run dev
```

Expand Down

0 comments on commit 5c04a54

Please sign in to comment.