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.
This commit is contained in:
christer88 2018-07-19 01:10:49 +02:00 committed by GitHub
parent dc8aa04887
commit 8d5de36987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
\`\`\`
`;
}