Merge pull request #2664 from christer88/Recommend-yarn

Recommend using Yarn instead of NPM in changelog and readme
This commit is contained in:
Al McKinlay 2018-07-20 08:18:29 +01:00 committed by GitHub
commit cff6d2fd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -68,13 +68,13 @@ Run this in a terminal to install (or upgrade) the latest stable release from
[npm registry](https://www.npmjs.com/):
```sh
[sudo] yarn global add thelounge
yarn global add thelounge
```
If you already have The Lounge installed globally, use the following command to update it:
```sh
[sudo] yarn global upgrade thelounge
yarn global upgrade thelounge
```
When installation is complete, run:

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
yarn global add thelounge@next
\`\`\`
`;
}