CE -> Compiler Explorer in README

This commit is contained in:
Rubén Rincón Blanco
2021-09-04 06:22:00 +02:00
committed by GitHub
parent fb7fa30403
commit 3bc6022007

View File

@@ -58,7 +58,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn
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.js`. For example, to only run CE with C++ support, you'd run
in `lib/languages.js`. For example, to only run **Compiler Explorer** with C++ support, you'd run
`make EXTRA_ARGS='--language c++'`. The `Makefile` will automatically install all the
third party libraries needed to run; using `npm` to install server-side and
client side components.