|
9 | 9 |
|
10 | 10 | ## Debian and Ubuntu based distributions
|
11 | 11 |
|
12 |
| -First, make sure [Node.js](https://nodejs.org/) v8.10.0 or more recent is installed |
| 12 | +First, make sure latest [Node.js](https://nodejs.org/) <abbr title="Long Term Support">LTS</abbr> version or latest current release is installed |
13 | 13 | with `node --version`. If not, follow the instructions given on the
|
14 | 14 | [official documentation](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions).
|
15 | 15 |
|
@@ -84,7 +84,7 @@ Installing the [npm package](https://www.npmjs.com/package/thelounge) directly
|
84 | 84 | allows you to use stable releases on systems where we do not provide native
|
85 | 85 | packages.
|
86 | 86 |
|
87 |
| -First, make sure [Node.js](https://nodejs.org/) v8.10.0 (or more recent) and [Yarn](https://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://yarnpkg.com/docs/install). |
| 87 | +First, make sure latest [Node.js](https://nodejs.org/) LTS version (or latest current release) and [Yarn](https://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://yarnpkg.com/docs/install). |
88 | 88 |
|
89 | 89 | Then install The Lounge using:
|
90 | 90 |
|
@@ -156,7 +156,7 @@ may be unstable or insecure. This is not production-ready, so use at your own
|
156 | 156 | risk!<br>
|
157 | 157 | It is also not recommended to run this as a `root` user.
|
158 | 158 |
|
159 |
| -First, make sure [Node.js](https://nodejs.org/) v8.10.0 (or more recent) and [Yarn](https://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://yarnpkg.com/docs/install). |
| 159 | +First, make sure latest [Node.js](https://nodejs.org/) LTS version (or latest current release) and [Yarn](https://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://yarnpkg.com/docs/install). |
160 | 160 |
|
161 | 161 | The following commands install the development version of The Lounge:
|
162 | 162 |
|
|
0 commit comments