Skip to content

Commit

Permalink
Be more explicit about needing Yarn 1 (Classic) (#268)
Browse files Browse the repository at this point in the history
* Be more explicit about needing Yarn 1 (Classic).

* Styling

Co-authored-by: Max Leiter <maxwell.leiter@gmail.com>
  • Loading branch information
SyntaxColoring and MaxLeiter committed Jan 23, 2023
1 parent 41cb84e commit 1eff267
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _docs/install-and-upgrade.md
Expand Up @@ -95,7 +95,10 @@ Installing the [npm package](https://www.npmjs.com/package/thelounge) directly
allows you to use stable releases on systems where we do not provide native
packages.

First, make sure latest [Node.js](https://nodejs.org/) LTS version (or latest current release) and [Yarn](https://legacy.yarnpkg.com/) are installed on your system. See [official instructions for Node.js](https://nodejs.org/en/download/package-manager/) and [official instructions for Yarn](https://legacy.yarnpkg.com/docs/install).
First, make sure you have these installed on your system:

- The latest [Node.js](https://nodejs.org/) LTS version (or latest current release). See the [official installation instructions](https://nodejs.org/en/download/package-manager/).
- [Yarn 1 (classic)](https://legacy.yarnpkg.com/). See [official installation instructions](https://legacy.yarnpkg.com/docs/install).

Then install The Lounge using:

Expand Down

0 comments on commit 1eff267

Please sign in to comment.