diff --git a/README.md b/README.md index 74981abde..65c4c9b40 100644 --- a/README.md +++ b/README.md @@ -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.