Skip to content

Commit

Permalink
Added curl dependency to linux notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Jul 21, 2017
1 parent 1ee01bb commit c75e1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ If you can install node-serialport then you're pretty much good to go.
Linux is generally pretty straight forward. Install the following (assuming Ubuntu / Debian style machines):

* Install Git `apt-get install git`
* Install curl `apt-get install curl`
* Install nodejs using [NVM](https://github.com/creationix/nvm) - alternatively
[follow the appropriate directions here](http://nodejs.org). Don't use your
package manager as the version won't be up to date enough to work with hardware.
Expand Down

0 comments on commit c75e1bc

Please sign in to comment.