From f277ec16e1a6fb47cef70282563c5fe856fd5928 Mon Sep 17 00:00:00 2001 From: Joseph Rautenbach Date: Mon, 21 Jan 2019 14:00:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a032b3a..425cc0a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Pull the image: docker pull blang/latex:ubuntu ``` -### [Node.js](https://nodejs.org/en/download/) +### Node.js Version 6 and onwards should suffice; I made use of v10.14.2. @@ -73,7 +73,7 @@ Enter a LaTeX equation, for example `\frac{a}{b}`, and press Convert. The result ## Security -LaTeX is powerful, with the reading and writing external files and executing commands possible. It was decided a new isolated Docker container be launched for every conversion. +LaTeX is powerful, with the reading and writing of external files and execution of terminal commands possible. It was decided that a new isolated Docker container be launched for every conversion. The container is only able to access the local `temp//` directory and has no network access.