Skip to content

Commit e7607f9

Browse files
committed
Update README.md
Added link to node.js install guide in wiki.
1 parent 859ff7e commit e7607f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Javascript backend and front-end used for authentication and data collection for
2222
# Getting Started
2323
A quick guide to installing, configuring, and running an instance of the SDL server.
2424

25-
1. Install [Node.js](http://nodejs.org/)
25+
1. Install [Node.js](http://nodejs.org/) and [NPM](https://www.npmjs.org/), you can use this [guide](https://github.com/smartdevicelink/sdl_server/wiki/Install-Node.js).
2626
2. Install or setup a [MongoDB](http://docs.mongodb.org/manual/installation/) Database.
2727
4. Install the dependancies: `git`, `make`, and `g++`
2828

@@ -54,4 +54,4 @@ By default the server will start in production mode. You can specify different
5454

5555
So for example we can start the server in local mode:
5656

57-
fox start -l
57+
fox start -l

0 commit comments

Comments
 (0)