Skip to content

Commit

Permalink
updated install instructions to include nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Jul 22, 2017
1 parent a533669 commit 89edea8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ Additional features include:
- Facilitates defining custom layers

## Quick Start
Simply run the following command to install deepforge with its dependencies:

```
curl -o- https://raw.githubusercontent.com/dfst/deepforge/master/install.sh | bash
```

Or, if you already have NodeJS (v6) installed, simply run
Deepforge requires NodeJS v6 (we recommend installing NodeJS using [nvm](https://github.com/creationix/nvm)). After installing NodeJS using nvm, simply run

```
npm install -g deepforge
Expand Down

0 comments on commit 89edea8

Please sign in to comment.