Skip to content

Commit

Permalink
README.md: install Node 8.x, not 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Jan 2, 2019
1 parent 5028f24 commit 025bfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ Effective should now be running on <http://localhost:8081>!

### Linux Instructions (for Ubuntu; works on Debian if other dependencies met)

If you don't already have Node 7.x installed (`node --version` will tell
If you don't already have Node 8.x installed (`node --version` will tell
you the installed version), install Node by running:

```
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs
```

Expand Down

0 comments on commit 025bfed

Please sign in to comment.