From 3bc6022007a117db82f5cc014c3103e5d78701dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rinc=C3=B3n=20Blanco?= Date: Sat, 4 Sep 2021 06:22:00 +0200 Subject: [PATCH] CE -> Compiler Explorer in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.