Skip to content

Commit

Permalink
Add note about Node 6.3 to the README
Browse files Browse the repository at this point in the history
It's not stated anywhere on the README, so I added it to the dependencies, and suggested nvm (which is pretty important for anyone who works on more than one node project)
  • Loading branch information
Someguy123 authored Aug 11, 2016
1 parent f5fa235 commit da1dc98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Steemit
#### Install dependencies

```bash
# Install at least Node v6.3 if you don't already have it (NVM recommended)
nvm install v6

npm install
npm install -g babel-cli
```
Expand Down

0 comments on commit da1dc98

Please sign in to comment.