mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 22:18:12 -05:00
More conversions + added TODO notes
This commit is contained in:
18
research/README.md
Normal file
18
research/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user