Skip to content

Commit

Permalink
Added --production to npm install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Jul 3, 2016
1 parent e64e687 commit a6160f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6160f8

Please sign in to comment.