From 1ede230312cb63db1238a271ecafbb2ad6efa0d2 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 5 Nov 2021 11:25:42 +0100 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb3629..c567e0e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ On Linux you need a suitable libv8 installation, see below. ### Linux: Static libv8 -__NEW:__ As of V8 3.4 there is a new option for x64 Linux platforms to automatically download a suitable static build of libv8 during package installation. To use this in R set an environment variable `DOWNLOAD_STATIC_LIBV8=1` during installation, for example: +__NEW:__ As of V8 3.4 there is a new option for x64 Linux platforms to automatically download a suitable static build of libv8 during package installation. To use this, set an environment variable `DOWNLOAD_STATIC_LIBV8` during installation, for example: ```r Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)