From 8d5de3698701a58d8fe6938a4ef15a9b06bbe043 Mon Sep 17 00:00:00 2001 From: christer88 Date: Thu, 19 Jul 2018 01:10:49 +0200 Subject: [PATCH] Recommend using Yarn instead of NPM in changelog TheLounge has started using Yarn, but does also support NPM. Yarn seems to in some cases solve issues people experience when using NPM, e.g. Sqlite3 installation. I think it's good and about time to recommend using Yarn instead of NPM. --- scripts/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/changelog.js b/scripts/changelog.js index 29e0b3e1..a5e4f45e 100644 --- a/scripts/changelog.js +++ b/scripts/changelog.js @@ -106,7 +106,7 @@ Please refer to the commit list given above for a complete list of changes, or w As with all pre-releases, this version requires explicit use of the \`next\` tag to be installed: \`\`\`sh -npm install -g thelounge@next +[sudo] yarn global add thelounge@next \`\`\` `; }