mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Update README.md (#5460)
Node 16 is (soon) EOL, and it's already says v18 in CONTRIBUTING.md.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user