Add README
This commit is contained in:
parent
dbd2bc6725
commit
bceaf9262d
14
README.md
Normal file
14
README.md
Normal file
@ -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 `<filename.tex>` with your TeX filename.
|
||||
Then run the following command:
|
||||
|
||||
`sudo docker run -v "$(pwd)":/tex -e TARGET=<filename.tex> texbox`
|
Loading…
Reference in New Issue
Block a user