From 0da21a25385f315219e76417d2031344dd1b52e8 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Wed, 6 Sep 2023 23:24:07 +0100 Subject: [PATCH] Update README.md (#5460) Node 16 is (soon) EOL, and it's already says v18 in CONTRIBUTING.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 722d8c61613..4a1d0144441 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn running with an Explorer running on port 10240 on your local machine: [http://localhost:10240/](http://localhost:10240/). If this doesn't work for you, please contact us, as we consider it important you can quickly and easily get running. Currently, **Compiler Explorer** requires -[`node` 16 _(LTS version)_](CONTRIBUTING.md#node-version) installed, either on the path or at `NODE_DIR` (an environment -variable or `make` parameter), and will soon be moving to v18. +[`node` 18 _(LTS version)_](CONTRIBUTING.md#node-version) installed, either on the path or at `NODE_DIR` (an environment +variable or `make` parameter). Running with `make EXTRA_ARGS='--language LANG'` will allow you to load `LANG` exclusively, where `LANG` is one for the language ids/aliases defined in `lib/languages.ts`. For example, to only run **Compiler Explorer** with C++ support,