Skip to content

Commit

Permalink
Merge pull request #491 from marcuswinkler/raspi-nodeupdate
Browse files Browse the repository at this point in the history
Update installation instructions for Raspberry Pi
  • Loading branch information
Chris Williams committed Apr 10, 2015
2 parents cec7c27 + 4f776d3 commit 171377b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -126,9 +126,9 @@ npm install serialport
* Download and install node.js:

```bash
wget http://nodejs.org/dist/v0.10.12/node-v0.10.12-linux-arm-pi.tar.gz
tar xvfz node-v0.10.12-linux-arm-pi.tar.gz
sudo mv node-v0.10.12-linux-arm-pi /opt/node/
wget http://nodejs.org/dist/v0.10.16/node-v0.10.16-linux-arm-pi.tar.gz
tar xvfz node-v0.10.16-linux-arm-pi.tar.gz
sudo mv node-v0.10.16-linux-arm-pi /opt/node/
```

* Set up your paths correctly:
Expand Down

0 comments on commit 171377b

Please sign in to comment.