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:
parent
dc8aa04887
commit
8d5de36987
@ -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
|
||||
\`\`\`
|
||||
`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user