Files
website/research/README.md
2025-05-15 11:46:29 +02:00

19 lines
398 B
Markdown

# TLSNotary Research
This folder contains write-ups from research.
## Typst
The research write-ups are written in the [typst](https://github.com/typst/typst) markup language.
You can install `typst` with:
```sh
cargo install --git https://github.com/typst/typst typst-cli
```
or `brew install typst` on MacOs.
To compile the `typ`-files into `pdf`-files, run:
```sh
typst compile file.typ
```