Update README.md
This commit is contained in:
@@ -21,7 +21,7 @@ The two builds share code as much as possible.
|
|||||||
|
|
||||||
### Step 1: Build Dependencies
|
### Step 1: Build Dependencies
|
||||||
|
|
||||||
You'll need Node.js LTS. Use your OS package manager to install these. [Check the NodeJS site for more info.](https://nodejs.org/en/download/package-manager/ "Installing Node.js via package manager") Mac OS users can simply `brew install node` to get both. Should you like to use more Node.js version on the same computer use the following Node version managers for [Mac/Linux](https://github.com/creationix/nvm) for [Windows](https://github.com/coreybutler/nvm-windows)
|
You'll need Node.js LTS. Use your OS package manager to install it. [Check the NodeJS site for more info.](https://nodejs.org/en/download/package-manager/ "Installing Node.js via package manager") Mac OS users can simply `brew install node` to get both. Should you need multiple Node.js versions on the same computer, use Node Version Manager for [Mac/Linux](https://github.com/creationix/nvm) or for [Windows](https://github.com/coreybutler/nvm-windows)
|
||||||
|
|
||||||
You'll also need `libusb`.
|
You'll also need `libusb`.
|
||||||
On debian-based linux distros, `apt-get install libusb-dev libudev-dev g++` is sufficient.
|
On debian-based linux distros, `apt-get install libusb-dev libudev-dev g++` is sufficient.
|
||||||
|
|||||||
Reference in New Issue
Block a user