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`