From aa4cb97a1c10d54e0ee8228961b2580b89b2f7e2 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 22 Oct 2016 14:48:07 -0400 Subject: [PATCH] Removed production flag from installs --- README.md | 8 ++++---- docs/custom/documents/welcome.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20c73fb01..11c637acf 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ discord.js is a powerful node.js module that allows you to interact with the [Di ## Installation **Node.js 6.0.0 or newer is required.** -Without voice support: `npm install discord.js --save --production` -With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save --production` -With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save --production` +Without voice support: `npm install discord.js --save` +With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save` +With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save` If both audio packages are installed, discord.js will automatically choose node-opus. The preferred audio engine is node-opus, as it performs significantly better than opusscript. @@ -56,7 +56,7 @@ A bot template using discord.js can be generated using [generator-discordbot](ht * [NPM](https://www.npmjs.com/package/discord.js) * [Related libraries](https://discordapi.com/unofficial/libs.html) -## Contributing +## Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the [documentation](http://hydrabolt.github.io/discord.js/#!/docs/tag/master). See [the contributing guide](CONTRIBUTING.md) if you'd like to submit a PR. diff --git a/docs/custom/documents/welcome.md b/docs/custom/documents/welcome.md index dccf80bbd..d2b50758c 100644 --- a/docs/custom/documents/welcome.md +++ b/docs/custom/documents/welcome.md @@ -20,9 +20,9 @@ stable and performant than previous versions. ## Installation **Node.js 6.0.0 or newer is required.** -Without voice support: `npm install discord.js --save --production` -With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save --production` -With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save --production` +Without voice support: `npm install discord.js --save` +With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save` +With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save` If both audio packages are installed, discord.js will automatically prefer node-opus. The preferred audio engine is node-opus, as it performs significantly better than opusscript.