Skip to content

Commit

Permalink
Merge pull request desktop#3130 from desktop/iAmWillShepherd-patch-1
Browse files Browse the repository at this point in the history
Point to the correct version of node
  • Loading branch information
joshaber authored Nov 8, 2017
2 parents e12c7f3 + b53a010 commit 3f10f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ You will need to install these tools on your machine:

### macOS

- [Node.js v7](https://nodejs.org/en/download/current) - this is the version embedded into Electron
- [Node.js v8.9.0](https://nodejs.org/dist/v8.9.0/)
- [Python 2.7](https://www.python.org/downloads/mac-osx/)
- Xcode and Xcode Command Line Tools (Xcode -> Preferences -> Downloads)

### Windows

- [Node.js v7](https://nodejs.org/en/download/current) - this is the version embedded into Electron
- [Node.js v8.9.0](https://nodejs.org/dist/v8.9.0/)
- *Make sure you allow the Node.js installer to add node to the PATH.*
- [Python 2.7](https://www.python.org/downloads/windows/)
- *Let Python install into the default suggested path (`c:\Python27`), otherwise you'll have
Expand All @@ -26,7 +26,7 @@ You will need to install these tools on your machine:

### Fedora 26

First, add the NodeJS package repository. As this version of Fedora doesn't support v7, you'll need to use v8:
First, add the NodeJS package repository.

```shellsession
$ curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
Expand Down

0 comments on commit 3f10f09

Please sign in to comment.