Skip to content

Commit

Permalink
Update dependencies in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Aug 18, 2016
1 parent b5349af commit 932e688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The watcher has been designed and optimized for usage in `GNU/Linux`. It should
+ Make sure that version `5.0.0` or greater of `nodejs` is installed in your computer. Recommended version is `6.0.0` or greater. Easiest way to install `nodejs` is:
```
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs || sudo yum install nodejs npm || sudo pacman -S nodejs npm
sudo apt-get install -y nodejs || sudo yum install nodejs npm gcc gcc-c++ make || sudo pacman -S nodejs npm base-devel
```

### Installation
Expand Down

0 comments on commit 932e688

Please sign in to comment.