docs: figure out the build system
This commit is contained in:
parent
aca7dd2572
commit
4e818d8af7
2 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
src/main.pdf
|
||||
build/main.pdf
|
||||
|
|
10
README.md
10
README.md
|
@ -0,0 +1,10 @@
|
|||
# Typst Basics
|
||||
|
||||
This repo contains a very basic typst project, with which I learned the absolut
|
||||
basics.
|
||||
|
||||
## Building
|
||||
|
||||
```bash
|
||||
$ typst watch src/main.typ build/main.pdf
|
||||
```
|
Loading…
Add table
Reference in a new issue