You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Javascript backend and front-end used for authentication and data collection for
22
22
# Getting Started
23
23
A quick guide to installing, configuring, and running an instance of the SDL server.
24
24
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).
26
26
2. Install or setup a [MongoDB](http://docs.mongodb.org/manual/installation/) Database.
27
27
4. Install the dependancies: `git`, `make`, and `g++`
28
28
@@ -54,4 +54,4 @@ By default the server will start in production mode. You can specify different
54
54
55
55
So for example we can start the server in local mode:
0 commit comments