Skip to content

Commit 15396a9

Browse files
authored
Update required node version (#218)
1 parent 3a7d241 commit 15396a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/install-and-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 2
99

1010
## Debian and Ubuntu based distributions
1111

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
1313
with `node --version`. If not, follow the instructions given on the
1414
[official documentation](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions).
1515

@@ -84,7 +84,7 @@ Installing the [npm package](https://www.npmjs.com/package/thelounge) directly
8484
allows you to use stable releases on systems where we do not provide native
8585
packages.
8686

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).
8888

8989
Then install The Lounge using:
9090

@@ -156,7 +156,7 @@ may be unstable or insecure. This is not production-ready, so use at your own
156156
risk!<br>
157157
It is also not recommended to run this as a `root` user.
158158

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).
160160

161161
The following commands install the development version of The Lounge:
162162

0 commit comments

Comments
 (0)