diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2021-10-22 22:09:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 22:09:30 +0200 |
commit | 4089f0c4f7c37dd1a7bd36a0c1bf52d5fcdaf08f (patch) | |
tree | e96f63684fe9989aae9f53411c211baa9e7985c6 | |
parent | cd1f67aa458fb9db04a7d8244e78baae97e28d34 (diff) | |
download | compiler-explorer-gh-1185.tar.gz compiler-explorer-gh-1185.zip |
Clarify that currently we have to run on LTS 14gh-1185
https://github.com/compiler-explorer/compiler-explorer/issues/3047#issuecomment-948032360
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn 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 [at least `node` 14 _(LTS version)_](CONTRIBUTING.md#node-version) installed, either on the path or at `NODE_DIR` + requires [`node` 14 _(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 |