From a6160f87b01b51d9847b827889648316905d5908 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 3 Jul 2016 22:49:20 +0200 Subject: [PATCH] Added --production to npm install in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc837d4..84e1e48 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The base for creating a self-hosted pad. 1. Make sure you have installed [NodeJS](https://nodejs.org/en/download/) on the hosting computer with version 4.0.0 or later. 2. Download the [latest stable version](https://github.com/musiqpad/mqp-server/releases/latest) 3. Unzip it in the location you want to install -4. Open a terminal and `npm install` it +4. Open a terminal and `npm install --production` it 5. Copy the `serverconfig.example.js` to create the file `serverconfig.js` 6. Start the server by running `npm start` 7. If everything went well, there should be no error messages.