Skip to content

Commit

Permalink
Update README.md (#5460)
Browse files Browse the repository at this point in the history
Node 16 is (soon) EOL, and it's already says v18 in CONTRIBUTING.md.
  • Loading branch information
nbdd0121 committed Sep 6, 2023
1 parent 0dbb492 commit 0da21a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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,
Expand Down

0 comments on commit 0da21a2

Please sign in to comment.