Merge pull request #2664 from christer88/Recommend-yarn
Recommend using Yarn instead of NPM in changelog and readme
This commit is contained in:
commit
cff6d2fd9c
@ -68,13 +68,13 @@ Run this in a terminal to install (or upgrade) the latest stable release from
|
|||||||
[npm registry](https://www.npmjs.com/):
|
[npm registry](https://www.npmjs.com/):
|
||||||
|
|
||||||
```sh
|
```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:
|
If you already have The Lounge installed globally, use the following command to update it:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[sudo] yarn global upgrade thelounge
|
yarn global upgrade thelounge
|
||||||
```
|
```
|
||||||
|
|
||||||
When installation is complete, run:
|
When installation is complete, run:
|
||||||
|
@ -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:
|
As with all pre-releases, this version requires explicit use of the \`next\` tag to be installed:
|
||||||
|
|
||||||
\`\`\`sh
|
\`\`\`sh
|
||||||
npm install -g thelounge@next
|
yarn global add thelounge@next
|
||||||
\`\`\`
|
\`\`\`
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user