README.md: added docker command
This commit is contained in:
parent
1235d87b8d
commit
62e934dd5e
@ -6,8 +6,16 @@ Created by Otto Helen-Goldring and heavily modified from [light-report-uia](http
|
||||
|
||||
## Usage
|
||||
|
||||
In the root directory, run the following command:
|
||||
|
||||
```bash
|
||||
typst c --root . ./template/main.typ
|
||||
```
|
||||
|
||||
Alternatively, use the following Docker command:
|
||||
|
||||
```bash
|
||||
docker run --rm -v "$(pwd):/workspace" -w /workspace ghcr.io/typst/typst:latest c --root . ./template/main.typ
|
||||
```
|
||||
|
||||

|
||||
|
BIN
template/main.pdf
Normal file
BIN
template/main.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user