From bceaf9262df95a03c21d6f4bd05b2047f9282b28 Mon Sep 17 00:00:00 2001 From: maride Date: Fri, 4 May 2018 20:08:54 +0200 Subject: [PATCH] Add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f9b440 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# texbox + +## Build + +Build the container. This may take some seconds, as `tex-full` is rather huge. + +`sudo docker build . -t "texbox"` + +## Run + +`cd` into the current directory and replace `` with your TeX filename. +Then run the following command: + +`sudo docker run -v "$(pwd)":/tex -e TARGET= texbox`